import math n=int(input()) print(math.sqrt(n/3))