Problem | addition |
---|---|
User | blob |
Submission Time | 2023-11-08 11:00:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:6: error: redeclaration of ‘int a’
5 | int a=2;
| ^
addition.cpp:4:6: note: ‘int a’ previously declared here
4 | int a,b;
| ^
addition.cpp:6:6: error: redeclaration of ‘int b’
6 | int b=3;
| ^
addition.cpp:4:8: note: ‘int b’ previously declared here
4 | int a,b;
| ^