728x90
반응형

단순 수학 문제이다.

from math import pi

n = int(input())
print((n/pi)**0.5*2*pi)

 

728x90
반응형

+ Recent posts