from math import floor print(floor(pow(int(input()), 1/3)))
就是最后一个测试点,如果使用pow()函数,输出是99999,也就是
pow(1e15, 1/3) = 99999
本蒟蒻十分不解/(ㄒoㄒ)/~~,求dalao指点