0_0_39298349_26322.cpp: In function 'int main()':
0_0_39298349_26322.cpp:23:21: error: too few arguments to function 'void bfs(int, int)'
23 | bfs();
| ~~~^~
0_0_39298349_26322.cpp:12:6: note: declared here
12 | void bfs(int Start, int End);
| ^~~
0_0_39298349_26322.cpp: In function 'void bfs(int, int)':
0_0_39298349_26322.cpp:32:9: error: 'Queue' was not declared in this scope
32 | Queue<pos> q;
| ^~~~~
0_0_39298349_26322.cpp:32:18: error: expected primary-expression before '>' token
32 | Queue<pos> q;
| ^
0_0_39298349_26322.cpp:32:20: error: 'q' was not declared in this scope
32 | Queue<pos> q;
| ^
0_0_39298349_26322.cpp:36:23: error: 'qu' was not declared in this scope
36 | cur = qu.front(); //当前楼层为队首
| ^~
|