Problem flappyrabbit
User PlayVoltz
Submission Time 2023-08-23 22:13:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flappyrabbit.cpp:17:4: error: ambiguating new declaration of ‘long long int min_fuel(int, int)’
17 | ll min_fuel(int L, int R) {
| ^~~~~~~~
In file included from flappyrabbit.cpp:1:
flappyrabbit.h:6:5: note: old declaration ‘int min_fuel(int, int)’
6 | int min_fuel(int l, int r);
| ^~~~~~~~