import sys input = sys.stdin.readline from collections import * L = int(input()) x = L/3 h = x/2*3**0.5 print(x*h/2)