Problem | addition |
---|---|
User | completingadirectproportionpromleninfrance |
Submission Time | 2024-06-18 10:36:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:4: error: ‘cin’ was not declared in this scope
6 | cin >> a >> b;
| ^~~
addition.cpp:8:4: error: ‘cout’ was not declared in this scope
8 | cout << sum;
| ^~~~