Problem addition
User Mischa
Submission Time 2023-11-08 10:07:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:6:8: error: expected ‘;’ before ‘int’
6 | cin>>a
| ^
| ;
7 | int b;
| ~~~
addition.cpp:8:7: error: ‘b’ was not declared in this scope
8 | cin>>b
| ^