| Problem | cuberoot |
|---|---|
| User | Magenta |
| Submission Time | 2026-06-25 16:36:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:10:15: error: ‘o’ was not declared in this scope
10 | for (int i = o; i < N; i++)
| ^
cuberoot.cpp:17:35: error: expected ‘,’ or ‘;’ before ‘)’ token
17 | int l = 0, r = 1000000, ans = -1)
| ^
cuberoot.cpp:30:22: error: expected ‘;’ before ‘}’ token
30 | {cout << ans << "\n"}
| ^
| ;