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