Problem cuberoot
User Hatrix
Submission Time 2026-03-09 20:35:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp:5:7: error: expected initializer before ‘<=’ token
5 | int t <= 100000;
| ^~
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:8:9: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
8 | cin >> t;
| ^
| tm