Problem | addition |
---|---|
User | ultbiaslia |
Submission Time | 2023-11-08 11:35:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:2: error: expected initializer before ‘cin’
6 | cin >> a;
| ^~~
addition.cpp:8:2: error: expected initializer before ‘cin’
8 | cin >> b;
| ^~~
addition.cpp:10:9: error: ‘a’ was not declared in this scope
10 | cout << a+b;
| ^
addition.cpp:10:11: error: ‘b’ was not declared in this scope
10 | cout << a+b;
| ^