Problem | addition |
---|---|
User | xiaotong |
Submission Time | 2023-11-08 09:45:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:11:5: error: expected ‘,’ or ‘;’ before ‘int’
11 | int b = 5
| ^~~
addition.cpp:17:15: error: ‘b’ was not declared in this scope
17 | cout << a+b;
| ^