#14149: __真怪


account404 (username)


#include <iostream>
#include <math.h>
using namespace ::std;
int main(){
long long int n,m;
while(cin>>n){
m=cbrt(n);
cout<<m<<endl;
}
return 0;
}

3375立方根在這compile寫14

但在dev c++寫15