Owl Get a Life
addition.cpp: In function ‘int main(long int, long int)’:addition.cpp:5:12: error: expected ‘;’ before ‘}’ token 5 | return a+b | ^ | ; 6 | } | ~