Problem | addition |
---|---|
User | blob |
Submission Time | 2023-11-08 10:29:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:4:3: error: expected ‘;’ before numeric constant
4 | 3 1
| ^~
| ;
addition.cpp:6:10: error: ‘a’ was not declared in this scope
6 | cin >> a >> b;
| ^
addition.cpp:6:15: error: ‘b’ was not declared in this scope
6 | cin >> a >> b;
| ^