| Problem | cuberoot |
|---|---|
| User | ThinkingGeek257 |
| Submission Time | 2026-06-25 14:42:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp:3:26: error: ‘input’ was not declared in this scope
3 | int low = 0, mid, high = input;
| ^~~~~
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:15:4: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
15 | ans = mid;
| ^~~
| abs
cuberoot.cpp:16:10: error: ‘r’ was not declared in this scope
16 | r = mid - 1;
| ^
cuberoot.cpp:18:4: error: ‘l’ was not declared in this scope
18 | l = mid + 1;
| ^
cuberoot.cpp:22:10: error: ‘j’ was not declared in this scope
22 | cout << j << endl;
| ^