Problem | modulochain |
---|---|
User | Lucas |
Submission Time | 2024-12-04 14:17:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
modulochain.cpp: In function ‘int main()’:
modulochain.cpp:16:14: error: redeclaration of ‘int x’
16 | int x = 0, x, y;
| ^
modulochain.cpp:16:7: note: ‘int x’ previously declared here
16 | int x = 0, x, y;
| ^