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