728x90
반응형

import math
r = int(input())
print('%.6f'%(math.pi*r**2))
print('%.6f'%(2*r**2))

728x90
반응형

+ Recent posts