Problem flappyrabbit
User duck
Submission Time 2025-12-10 15:34:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flappyrabbit.cpp: In function ‘int min_fuel(int, int)’:
flappyrabbit.cpp:15:16: error: ‘p’ was not declared in this scope
15 | return max(0, p[R+1] - s[L]);
| ^
flappyrabbit.cpp:15:25: error: ‘s’ was not declared in this scope
15 | return max(0, p[R+1] - s[L]);
| ^