| Problem | cuberoot |
|---|---|
| User | lucaskoh |
| Submission Time | 2026-06-25 16:35:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:12:5: error: ‘i’ was not declared in this scope
12 | for(i=0; i<n;i++){
| ^
cuberoot.cpp:26:9: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
26 | cout << ans << "\n";
| ^~~
| abs