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