Problem flappyrabbit
User zixuan
Submission Time 2023-09-20 19:36:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flappyrabbit.cpp: In function ‘int min_fuel(int, int)’:
flappyrabbit.cpp:24:15: error: ‘A’ was not declared in this scope
24 | return max(0,A[R]-B[L]);
| ^
flappyrabbit.cpp:24:20: error: ‘B’ was not declared in this scope
24 | return max(0,A[R]-B[L]);
| ^