Spadework 2020. 1. 29. 07:23

* Solved 기준 브론즈4 단순 풀이

import math
r = int(input())
print('{:.6f}\n{:.6f}'.format(r**2*math.pi, r**2*2))