Problem cuberoot
User Secre
Submission Time 2025-06-19 15:05:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:6:20: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
6 | long long rooted=0;t=1000000;
| ^
| tm
cuberoot.cpp:10:15: error: expected primary-expression before ‘<’ token
10 | else if(x*x*x*<V) rooted=x+1;
| ^
cuberoot.cpp:10:16: error: ‘V’ was not declared in this scope
10 | else if(x*x*x*<V) rooted=x+1;
| ^