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