Problem | addition |
---|---|
User | ILM |
Submission Time | 2024-11-12 08:49:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:4:1: error: ‘cin’ was not declared in this scope
4 | cin >> a >> b;
| ^~~
addition.cpp:6:1: error: ‘cout’ was not declared in this scope
6 | cout << a;
| ^~~~