Owl Get a Life
sum.cpp: In function ‘int main()’:sum.cpp:15:19: error: expected ‘;’ before ‘}’ token 15 | cout << a << b;23 | ^ | ; 16 | } | ~