Problem | flappyrabbit |
---|---|
User | anusha777 |
Submission Time | 2022-12-22 13:07:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flappyrabbit.cpp:17:25: error: redefinition of ‘int r’ 17 | int min_fuel(int r, int r) | ~~~~^ flappyrabbit.cpp:17:18: note: ‘int r’ previously declared here 17 | int min_fuel(int r, int r) | ~~~~^ flappyrabbit.cpp: In function ‘int min_fuel(int)’: flappyrabbit.cpp:20:12: error: ‘l’ was not declared in this scope 20 | for(int i=l; i<=r; i++) | ^