Problem addition
User Devthethala
Submission Time 2026-06-22 15:58:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function β€˜int main()’:
addition.cpp:8:19: error: expected initializer before β€˜<<’ token
8 | long long sum << a + b;
| ^~