Problem ping
User LiuZq
Submission Time 2024-04-14 14:48:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ping.cpp: In function ‘int rabbit(int)’:
ping.cpp:5:19: error: a function-definition is not allowed here before ‘{’ token
5 | int rabbit(int P){
| ^
ping.cpp:8:1: error: expected ‘}’ at end of input
8 | }
| ^
ping.cpp:4:18: note: to match this ‘{’
4 | int rabbit(int P){
| ^