Problem addition
User manfacenathan
Submission Time 2026-05-26 16:25:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin >> a >> b;
| ^~~
addition.cpp:4:2: error: ‘cout’ was not declared in this scope
4 | cout << a+b;
| ^~~~