| Problem | cuberoot |
|---|---|
| User | yq |
| Submission Time | 2026-06-25 22:09:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:11:6: error: ‘y’ was not declared in this scope
11 | if(y == x){
| ^
cuberoot.cpp:12:10: error: ‘mid’ was not declared in this scope
12 | cout<<mid<<endl;
| ^~~
cuberoot.cpp:14:8: error: ‘mid’ was not declared in this scope
14 | l = mid + 1;}
| ^~~
cuberoot.cpp:15:14: error: ‘mid’ was not declared in this scope
15 | else { r = mid - 1; }
| ^~~