Problem | eight |
---|---|
User | Marcus0Leong |
Submission Time | 2025-06-17 09:08:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:11:12: error: redeclaration of ‘long long int A [N]’
11 | long long A[N] = {b};
| ^
eight.cpp:7:12: note: ‘long long int A [N]’ previously declared here
7 | long long A[N];
| ^