| Problem | addition |
|---|---|
| User | Coffee |
| Submission Time | 2024-01-19 20:22:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:3:1: 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;
| ^~~~