Problem ping
User YSH2020
Submission Time 2023-06-16 10:01:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ping.cpp: In function ‘int rabbit(int)’:
ping.cpp:11:9: error: expected ‘,’ or ‘;’ before ‘if’
11 | if (tmp == 0) return mid;
| ^~
ping.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
ping.cpp:4:19: note: to match this ‘{’
4 | int rabbit(int P) {
| ^