Problem ping
User herngr3y
Submission Time 2026-06-21 13:02:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ping.cpp: In function ‘int ping(int)’:
ping.cpp:4:13: error: expected primary-expression before ‘int’
4 | return S - int x
| ^~~
ping.cpp:4:12: error: expected ‘;’ before ‘int’
4 | return S - int x
| ^~~~
| ;
ping.cpp:5:1: error: expected initializer before ‘}’ token
5 | }
| ^
ping.cpp: In function ‘int rabbit(int)’:
ping.cpp:10:5: error: ‘S’ was not declared in this scope
10 | S = d + 1;
| ^