import math l = int(input()) print((l / 3) ** 2 * math.sin(math.radians(60)) / 2)