n=int(input()) ans=0.0 x=0 while x<=1: ans+=pow(pow(x,3)+pow(n,3),1/2) x+=0.000001 print(ans/1000000)