0_0_28937810_30210.cpp: In function 'int main()':
0_0_28937810_30210.cpp:50:48: error: too many arguments to function 'int bfs(int, int, int, int)'
printf("%d\n", bfs(xs, ys, xe, ye, m, n));
^
0_0_28937810_30210.cpp:18:5: note: declared here
int bfs(int xs, int ys, int xe, int ye){
^
|