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