Problem addition
User Kanish
Submission Time 2023-11-08 09:56:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:5:5: error: ‘input’ was not declared in this scope
5 | input = a, b;
| ^~~~~
addition.cpp:5:13: error: ‘a’ was not declared in this scope
5 | input = a, b;
| ^
addition.cpp:5:16: error: ‘b’ was not declared in this scope
5 | input = a, b;
| ^
addition.cpp:6:5: error: ‘output’ was not declared in this scope
6 | output = a + b;
| ^~~~~~