Problem | sumint |
---|---|
User | JcYong |
Submission Time | 2024-06-18 10:51:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:10:7: error: redeclaration of ‘int meow1’
10 | int meow1 = meow;
| ^~~~~
sumint.cpp:7:7: note: ‘int meow1’ previously declared here
7 | int meow1 = 0;
| ^~~~~