import math
r=int(input())
print(r*r*math.pi)
print(r*r*2)
'Python > 백준' 카테고리의 다른 글
백준 - 11004 K번째 수 (0) | 2022.10.21 |
---|---|
백준 - 2839 (0) | 2022.10.19 |
백준 - 2748 피보나치 수 2 (1) | 2022.10.13 |
백준 - 2506 점수계산 (0) | 2022.10.12 |
백준 - 7891 Can you add this? (0) | 2022.10.11 |