Problem cuberoot
User nivay210
Submission Time 2023-11-09 15:27:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int32_t main()’:
cuberoot.cpp:15:27: error: expected ‘;’ before ‘)’ token
15 | for (int i = 0; i < x, i++) {
| ^
| ;
cuberoot.cpp:23:12: error: expected ‘;’ before ‘}’ token
23 | l = middle
| ^
| ;
24 | }
| ~
cuberoot.cpp:37:1: error: expected ‘}’ at end of input
37 | }
| ^
cuberoot.cpp:5:16: note: to match this ‘{’
5 | int32_t main() {
| ^