from math import sqrt L=int(input()) a=L/3 S=a*a*sqrt(3)/2/2 print(S)