Problem | addition |
---|---|
User | Palkiayp |
Submission Time | 2023-04-07 16:01:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:3: error: ‘cin’ was not declared in this scope
5 | cin >> a >> b;
| ^~~
addition.cpp:7:3: error: ‘cout’ was not declared in this scope
7 | cout << sum;
| ^~~~
addition.cpp:7:14: error: expected ‘}’ at end of input
7 | cout << sum;
| ^
addition.cpp:1:12: note: to match this ‘{’
1 | int main() {
| ^