import math a = int(input()) print(math.sqrt(3)/4.0 * ( (a/3.0)**2))