Problem cuberoot
User Xavier
Submission Time 2025-06-19 15:28:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:16:21: error: ‘t’ was not declared in this scope
16 | if (x*x*x > t) r=x-1;
| ^