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