Problem ping
User yanganyi
Submission Time 2023-07-13 13:26:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ping.cpp: In function ‘int rabbit(int)’:
ping.cpp:6:12: error: expected ‘;’ before ‘}’ token
6 | return a+1
| ^
| ;
7 | }
| ~