Problem | cuberoot |
---|---|
User | fanqie |
Submission Time | 2023-11-17 21:20:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int32_t main()’:
cuberoot.cpp:13:6: error: redeclaration of ‘long long int A [t]’
13 | int A[t]=B[t]*B[t]*B[t];
| ^
cuberoot.cpp:8:6: note: ‘long long int A [t]’ previously declared here
8 | int A[t];
| ^