import math n = int(input()) print(n**2 * math.sin(math.radians(60))/ 18)