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

Compile Error

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