Problem | flappyrabbit |
---|---|
User | bz |
Submission Time | 2024-03-19 21:48:39 |
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:18:16: error: ‘A’ was not declared in this scope
18 | return max(0, A[L]-B[R]);
| ^
flappyrabbit.cpp:18:21: error: ‘B’ was not declared in this scope
18 | return max(0, A[L]-B[R]);
| ^