Problem addition
User sthe2nd
Submission Time 2025-07-29 15:45:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:5:9: error: expected primary-expression before ‘int’
5 | cin >> int a >> int 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;
| ^