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