#include<cstdio> #include<cmath> using namespace std; int main() { double x; scanf("%lf",&x); printf("%.6lf",cbrt(x)); }