Problem | cuberoot |
---|---|
User | fanqie |
Submission Time | 2023-11-17 21:22:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int32_t main()’:
cuberoot.cpp:12:20: error: array must be initialized with a brace-enclosed initializer
12 | int A[t]=B[t]*B[t]*B[t];
| ~~~~~~~~~^~~~~