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