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