Problem | cuberoot |
---|---|
User | Secre |
Submission Time | 2025-06-19 15:06:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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*<cube) rooted=x+1;
| ^