Problem cuberoot
User GanJaeHan
Submission Time 2026-02-06 17:00:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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;
| ^