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