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