Python/백준

백준 - 3053 택시 기하학

sophia02 2022. 10. 18. 21:23
import math
r=int(input())
print(r*r*math.pi)
print(r*r*2)