| Problem | contestcalc |
|---|---|
| User | CZHT |
| Submission Time | 2026-03-07 10:46:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:19:6: error: redeclaration of ‘int count’
19 | int count = 0;
| ^~~~~
contestcalc.cpp:8:6: note: ‘int count’ previously declared here
8 | int count = 0;
| ^~~~~