728x90
반응형

단순 수학 문제이다.

from math import pi

a = int(input())
res = (a/pi)**0.5 * 2 * pi
print(res)
728x90
반응형

+ Recent posts