Owl Get a Life
addition.cpp: In function ‘int main()’:addition.cpp:5:14: error: expected ‘;’ before ‘}’ token 5 | cout << a + b | ^ | ;...... 9 | } | ~