Problem | addition |
---|---|
User | taylorpoh1 |
Submission Time | 2024-06-03 23:38:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:4:1: error: only constructors take member initializers
4 | {
| ^
addition.cpp:4:1: error: expected identifier before ‘{’ token
addition.cpp:7:19: error: expected primary-expression before ‘;’ token
7 | ;cout << a + b <<;
| ^