Problem addition
User Hytoh
Submission Time 2023-04-17 07:06:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:8:6: error: redeclaration of ‘int c’
8 | int c = a + b;
| ^
addition.cpp:6:6: note: ‘int c’ previously declared here
6 | int c;
| ^