import sys input = sys.stdin.readline L = int(input()) print(L ** 2 * 3 ** 0.5 / 36)