Problem addition
User taylorpoh1
Submission Time 2024-06-03 23:40:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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:18: error: expected primary-expression before ‘;’ token
7 | cout << a + b <<;
| ^