728x90
반응형

단순 수학 문제이다.

d1 = int(input())
d2 = int(input())
pi = 3.141592
ans = d1*2 + 2*d2*pi
print(ans)
728x90
반응형

+ Recent posts