| Problem | swords |
|---|---|
| User | MegaG |
| Submission Time | 2025-11-01 14:10:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
swords.cpp: In function ‘int main()’:
swords.cpp:32:6: error: redeclaration of ‘long long int counter’
32 | int counter = 0;
| ^~~~~~~
swords.cpp:21:6: note: ‘long long int counter’ previously declared here
21 | int counter = 0;
| ^~~~~~~