Problem | addition |
---|---|
User | UglyFish1101 |
Submission Time | 2025-05-17 10:39:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:13: error: expected initializer before ‘>>’ token
6 | int cin >> a;
| ^~
addition.cpp:7:10: error: expected initializer before ‘>>’ token
7 | int cin >> b;
| ^~
addition.cpp:8:13: error: ‘a’ was not declared in this scope
8 | cout << a+b;
| ^
addition.cpp:8:15: error: ‘b’ was not declared in this scope
8 | cout << a+b;
| ^