Owl Get a Life
addition.cpp: In function ‘int main()’:addition.cpp:8:9: error: expected ‘;’ before ‘cout’ 8 | x = x+y | ^ | ; 9 | cout << x; | ~~~~