Owl Get a Life
ping.cpp: In function ‘int rabbit(int)’:ping.cpp:8:37: error: expected ‘;’ before ‘if’ 8 | if (dist[i] == 0) return pow(2, i) | ^ | ; 9 | if (dist[i] <= dist[i+1]) { | ~~