| Problem | cuberoot |
|---|---|
| User | GanJaeHan |
| Submission Time | 2026-02-06 16:59:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp:5:8: error: array bound is not an integer constant before ‘]’ token
5 | int x[t];
| ^
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:7:17: error: ‘x’ was not declared in this scope
7 | cin >> t >> x;
| ^