Problem addition
User abdullahmazlan13
Submission Time 2026-06-22 15:22:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function β€˜int main()’:
addition.cpp:10:13: error: expected primary-expression before β€˜>>’ token
10 | int sum = >> a+b;
| ^~