Owl Get a Life
addition.cpp: In function ‘int main()’:addition.cpp:7:6: error: expected ‘;’ before ‘cin’ 7 | b=5 | ^ | ; 8 | cin>>a>>b; | ~~~