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