Problem | add1_easy |
---|---|
User | StarSparrowFox |
Submission Time | 2024-08-05 11:24:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
add1_easy.cpp: In function ‘int main()’:
add1_easy.cpp:19:6: error: redeclaration of ‘int N’
19 | int N;
| ^
add1_easy.cpp:6:6: note: ‘int N’ previously declared here
6 | int N;
| ^
add1_easy.cpp:32:6: error: redeclaration of ‘int N’
32 | int N;
| ^
add1_easy.cpp:6:6: note: ‘int N’ previously declared here
6 | int N;
| ^