| Problem | cuberoot |
|---|---|
| User | suzienguyen |
| Submission Time | 2026-02-16 23:00:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int bsearch(std::vector<int>, long long int)’:
cuberoot.cpp:10:8: error: ‘mid’ was not declared in this scope
10 | while(mid*mid*mid != x){
| ^~~