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