Problem | cuberoot |
---|---|
User | Anonymous35V |
Submission Time | 2023-11-09 14:27:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int32_t main()’:
cuberoot.cpp:15:3: error: ‘else’ without a previous ‘if’
15 | else { h = middle;
| ^~~~
cuberoot.cpp:15:14: error: ‘middle’ was not declared in this scope
15 | else { h = middle;
| ^~~~~~