L = int(input()) import math ans = math.sqrt(3)*(1/4)*(L/3)**2 print(ans)