Owl Get a Life
ping.cpp: In function ‘int rabbit(int)’:ping.cpp:8:18: error: expected ‘;’ before ‘}’ token 8 | return ping(1)+1 | ^ | ; 9 | } | ~