| Problem | sumint |
|---|---|
| User | sy123 |
| Submission Time | 2023-11-16 20:24:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:10:9: error: redeclaration of ‘int total’
10 | int total=total+meows[d];
| ^~~~~
sumint.cpp:5:6: note: ‘int total’ previously declared here
5 | int total;
| ^~~~~