Problem | flappyrabbit |
---|---|
User | Fr5ctal |
Submission Time | 2025-06-29 11:29:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flappyrabbit.cpp: In function ‘int min_fuel(int, int)’:
flappyrabbit.cpp:16:13: error: ‘sliced_vector’ was not declared in this scope
16 | return max(sliced_vector(a.begin() + L, a.begin() + R)) - x;
| ^~~~~~~~~~~~~