Problem jumps
User YongXin
Submission Time 2023-06-28 18:40:20
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:7: error: ‘i’ was not declared in this scope
21 | for (i=0;i<n;++i)m[i]=2000000000;
| ^