走迷宮(用隊列bfs並輸出走的路徑)

#include <iostream> #include <stack> #include <string.h> #include <stdio.h> #include<queue> #include<algorithm> using namespace std; int a[11][11]= { {1,1,1,1,1,1,1,1,1,1},{1,0,0,1,0,0,0,1,0,1},
相關文章
相關標籤/搜索