#include<bits/stdc++.h> using namespace std; long double n;int a; int main(){ cin>>n; a=pow(n,1.0/3.0); cout<<a<<endl; return 0; }```