Problem ping
User YSH2020
Submission Time 2023-05-29 10:46:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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]) {
| ~~