import math l = int(input()) print(math.pow(l,(2/3))*math.sqrt(3)/2)