Problem | addition |
---|---|
User | STanishka31 |
Submission Time | 2025-06-16 14:12:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:5: error: ‘cin’ was not declared in this scope
5 | cin >> a >>b;
| ^~~
addition.cpp:7:5: error: ‘cout’ was not declared in this scope
7 | cout << num;
| ^~~~