Problem | jumps |
---|---|
User | YongXin |
Submission Time | 2023-06-27 23:13:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
jumps.cpp: In function ‘int minimum_jumps(int, int, int, int)’:
jumps.cpp:24:62: error: too many arguments to function ‘int f(int, int)’
24 | for(int i=A;i<=B;++i)for(int j=C;j<=D;++j)r=min(r,f(i,j,h));
| ^
jumps.cpp:7:5: note: declared here
7 | int f(int i,int j) {
| ^