Problem | flappyrabbit |
---|---|
User | kxd |
Submission Time | 2024-01-27 21:31:11 |
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:11:15: error: ‘A’ was not declared in this scope
11 | return max(0,A[R]-B[L]);
| ^
flappyrabbit.cpp:11:20: error: ‘B’ was not declared in this scope
11 | return max(0,A[R]-B[L]);
| ^