1. Problem 문제 확인하기 2. Solution d1 = int(input()) d2 = int(input()) pi = 3.141592 ans = d1*2 + 2*d2*pi print(ans)