Problem cuberoot
User Kanish
Submission Time 2023-11-09 13:58:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int32_t main()’:
cuberoot.cpp:5:1: error: ‘x’ was not declared in this scope
5 | x >> cout
| ^
cuberoot.cpp:7:8: error: ‘h’ was not declared in this scope
7 | while (h - l > 1) {
| ^
cuberoot.cpp:7:12: error: ‘l’ was not declared in this scope
7 | while (h - l > 1) {
| ^
cuberoot.cpp:16:9: error: ‘l’ was not declared in this scope
16 | cout << l << "\n";
| ^