Problem addition
User duonghp2008
Submission Time 2025-02-26 11:58:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:5:10: error: expected primary-expression before ‘int’
5 | cin >> int a, b;
| ^~~
addition.cpp:6:13: error: ‘a’ was not declared in this scope
6 | int sum = a + b;
| ^
addition.cpp:6:17: error: ‘b’ was not declared in this scope
6 | int sum = a + b;
| ^