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