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