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