Owl Get a Life
addition.cpp: In function ‘int main()’:addition.cpp:7:8: error: expected ‘;’ before ‘return’ 7 | a += b | ^ | ; 8 | 9 | return a; | ~~~~~~