Problem | mate |
---|---|
User | PlayVoltz |
Submission Time | 2023-10-20 21:57:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mate.cpp: In function ‘int main()’:
mate.cpp:43:41: error: too few arguments to function ‘int dfs(int, int, int)’
43 | ans=min(ans, dfs(num.first, num.second));
| ^
mate.cpp:11:5: note: declared here
11 | int dfs(int y, int x, int cval){
| ^~~