Problem addition
User jet
Submission Time 2026-02-23 16:44:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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