| Problem | addition |
|---|---|
| User | what3445 |
| Submission Time | 2024-03-11 14:10:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:4:2: error: ‘cout’ was not declared in this scope
4 | cout << ' ';
| ^~~~
addition.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> x;
| ^~~