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