Problem | cuberoot |
---|---|
User | Anonymous35V |
Submission Time | 2023-11-09 14:26:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int32_t main()’:
cuberoot.cpp:21:2: error: expected ‘}’ at end of input
21 | }
| ^
cuberoot.cpp:8:19: note: to match this ‘{’
8 | while (h - l > 1){
| ^
cuberoot.cpp:21:2: error: expected ‘}’ at end of input
21 | }
| ^
cuberoot.cpp:5:15: note: to match this ‘{’
5 | int32_t main(){
| ^