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