l = int(input()) import math ans = math.sqrt(3)*(l**2)/36 print(ans)