from math import sin, pi L = float(input())/3 print(0.5*L*L*sin(pi/3))