from math import sqrt a=int(input())/3 print(a * a * sqrt(3) / 4)