Problem jumps
User YongXin
Submission Time 2023-06-27 23:14:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

jumps.cpp: In function ‘int minimum_jumps(int, int, int, int)’:
jumps.cpp:21:25: error: ‘i’ was not declared in this scope
21 | int r=min(2000000000,f(i,j));
| ^
jumps.cpp:21:27: error: ‘j’ was not declared in this scope
21 | int r=min(2000000000,f(i,j));
| ^