Problem addition
User Diddylan123
Submission Time 2026-07-26 12:28:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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