Problem ping
User lexuantung71
Submission Time 2025-02-13 21:29:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ping.cpp: In function ‘int rabbit(int)’:
ping.cpp:5:3: error: ‘x’ was not declared in this scope
5 | x = ping(1);
| ^
ping.cpp:5:7: error: ‘ping’ was not declared in this scope
5 | x = ping(1);
| ^~~~