Problem | flappyrabbit |
---|---|
User | kxd |
Submission Time | 2024-01-27 21:32:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flappyrabbit.cpp: In function ‘long long int min_fuel(long long int, long long int)’:
flappyrabbit.cpp:47:15: error: ‘A’ was not declared in this scope
47 | return max(0,A[R]-B[L]);
| ^
flappyrabbit.cpp:47:20: error: ‘B’ was not declared in this scope
47 | return max(0,A[R]-B[L]);
| ^