#1551 誕生日の三角形 import math l=float(input())/3 S=l*(l*math.cos(math.radians(30)))/2 print(S)