| Problem | cuberoot |
|---|---|
| User | austenj |
| Submission Time | 2026-06-25 15:16:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:6:5: error: expected initializer before ‘if’
6 | if (!(cin >> t)) return 0;
| ^~
cuberoot.cpp:8:12: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
8 | while (t--) {
| ^
| tm