Problem | dayum |
---|---|
User | MokSiewQi |
Submission Time | 2025-06-20 15:42:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dayum.cpp: In function ‘int main()’:
dayum.cpp:8:9: error: redeclaration of ‘int N’
8 | int N = 0;
| ^
dayum.cpp:5:6: note: ‘int N’ previously declared here
5 | int N, D;
| ^