Problem addition
User 90Dream09
Submission Time 2026-01-21 16:01:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:5:10: error: expected initializer before ‘<<’ token
5 | int cin << a << b;
| ^~
addition.cpp:6:10: error: ‘a’ was not declared in this scope
6 | cout << a+=b;
| ^
addition.cpp:6:13: error: ‘b’ was not declared in this scope
6 | cout << a+=b;
| ^