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