Problem addition
User thefish5768
Submission Time 2026-02-19 20:49:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:21:15: error: expected ‘;’ before ‘return’
21 | cout << a + b
| ^
| ;
......
24 | return 0;
| ~~~~~~