import math 
R = float(input())
PI = math.pi
print(round(PI*R**2,3))