from math import sqrt L = int(input()) print(sqrt(3) * L * L / 36)