r=float(input()) R=float(input()) import math x=math.asin(r/R) print(2*math.pi-2*x) print(((R+r)**2-(R-r)**2)*(math.pi-x)+r**2*math.pi)