Problem | addition |
---|---|
User | Hytoh |
Submission Time | 2023-04-17 07:05:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:6: error: redeclaration of ‘int c’
6 | int c = a + b;
| ^
addition.cpp:4:13: note: ‘int c’ previously declared here
4 | int a, b , c;
| ^