import math p=math.pi c=int(input()) a,b=map(int,input().split()) print(1/4*p**2*(a+b)*(b-a)**2*c)