Files
kattis/herman.py
2023-07-25 10:05:59 +02:00

6 lines
68 B
Python

import math
r = int(input())
print(r**2 * math.pi)
print(r**2 * 2)