Problem addition
User 583116UB
Submission Time 2024-04-06 11:47:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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