Problem | addition |
---|---|
User | tomatofrog0w0 |
Submission Time | 2024-06-24 14:15:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int32_t main()’:
addition.cpp:6:2: error: expected ‘,’ or ‘;’ before ‘int’
6 | int b = 5
| ^~~
addition.cpp:9:14: error: ‘b’ was not declared in this scope
9 | cout << a + b;
| ^