Problem cuberoot
User tomatofrog0w0
Submission Time 2023-11-09 14:00:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int32_t main()’:
cuberoot.cpp:12:14: error: expected primary-expression before ‘]’ token
12 | cin >> arr []
| ^
cuberoot.cpp:18:8: error: ‘h’ was not declared in this scope
18 | while (h-l > l){
| ^
cuberoot.cpp:18:10: error: ‘l’ was not declared in this scope
18 | while (h-l > l){
| ^
cuberoot.cpp:34:10: error: ‘l’ was not declared in this scope
34 | cout << l << "\n";
| ^