Owl Get a Life
addition.cpp: In function ‘int main()’:addition.cpp:11:14: error: expected ‘;’ before ‘return’ 11 | cout<<x*y | ^ | ;...... 14 | return 0; | ~~~~~~