Owl Get a Life
addition.cpp: In function ‘int main()’:addition.cpp:4:24: error: expected ‘;’ before ‘cout’ 4 | int a,b; cin >> a >> b | ^ | ; 5 | cout a+b; | ~~~~