Problem flappyrabbit
User Fr5ctal
Submission Time 2025-06-29 11:28:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flappyrabbit.cpp: In function ‘int min_fuel(int, int)’:
flappyrabbit.cpp:16:16: error: found ‘:’ in nested-name-specifier, expected ‘::’
16 | return max(a[L:R]) - x;
| ^
| ::
flappyrabbit.cpp:16:15: error: ‘L’ is not a class, namespace, or enumeration
16 | return max(a[L:R]) - x;
| ^