| Problem | flappyrabbit |
|---|---|
| User | duck |
| Submission Time | 2025-12-10 15:41:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
flappyrabbit.cpp:11:14: error: ‘long long int min_fuel’ redeclared as different kind of entity
11 | int min_fuel(L, R) {
| ^
In file included from flappyrabbit.cpp:1:
flappyrabbit.h:6:5: note: previous declaration ‘int min_fuel(int, int)’
6 | int min_fuel(int l, int r);
| ^~~~~~~~
flappyrabbit.cpp:11:14: error: ‘L’ was not declared in this scope
11 | int min_fuel(L, R) {
| ^
flappyrabbit.cpp:11:17: error: ‘R’ was not declared in this scope
11 | int min_fuel(L, R) {
| ^