Problem | penguinislands |
---|---|
User | Pan |
Submission Time | 2024-01-08 22:37:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
penguinislands.cpp: In function ‘ll dfs(ll, ll, ll)’:
penguinislands.cpp:65:32: error: too few arguments to function ‘ll dfs(ll, ll, ll)’
65 | ret = min(ret, dfs(junc, neww)+mindist);
| ^
penguinislands.cpp:44:4: note: declared here
44 | ll dfs(ll junc,ll a, ll state)
| ^~~