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