| Problem | cuberoot |
|---|---|
| User | aiden |
| Submission Time | 2026-06-25 16:38:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:8:10: error: ‘x’ was not declared in this scope
8 | cin >> x;
| ^
cuberoot.cpp:12:4: error: ‘mid’ was not declared in this scope
12 | mid = (l+r)/2;
| ^~~