Problem cuberoot
User AppleOnAstick
Submission Time 2023-11-15 14:53:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int32_t main()’:
cuberoot.cpp:8:9: error: ‘h’ was not declared in this scope
8 | while (h-l>1){
| ^
cuberoot.cpp:8:11: error: ‘l’ was not declared in this scope
8 | while (h-l>1){
| ^
cuberoot.cpp:9:14: error: expected primary-expression at end of input
9 | int middle =
| ^
cuberoot.cpp:9:14: error: expected ‘}’ at end of input
cuberoot.cpp:8:15: note: to match this ‘{’
8 | while (h-l>1){
| ^
cuberoot.cpp:9:14: error: expected ‘}’ at end of input
9 | int middle =
| ^
cuberoot.cpp:5:15: note: to match this ‘{’
5 | int32_t main(){
| ^