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