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