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