| Problem | cuberoot |
|---|---|
| User | Zubair |
| Submission Time | 2026-06-25 15:55:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:6:1: error: ‘testcases’ was not declared in this scope
6 | testcases
| ^~~~~~~~~
cuberoot.cpp:8:15: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
8 | int t; cin >> t;
| ^
| tm
cuberoot.cpp:9:1: error: expected primary-expression before ‘]’ token
9 | ]
| ^