Problem | contestcalc |
---|---|
User | Yizhou |
Submission Time | 2024-06-04 12:51:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:9:6: error: redeclaration of ‘int c’
9 | int c;
| ^
contestcalc.cpp:4:8: note: ‘int c’ previously declared here
4 | int n,c;
| ^