mirror of
https://gitee.com/yyz_o/bk_bishe_pi.git
synced 2025-09-07 23:21:26 +00:00
1
This commit is contained in:
@@ -11,7 +11,9 @@ using namespace std;
|
||||
int main()
|
||||
{
|
||||
explore(); //使用递归算法构建地图
|
||||
wall[0][0][0] = 1;
|
||||
//~ wall[0][0][0] = 1;
|
||||
explore();
|
||||
|
||||
|
||||
const int mazesize_x = mark.size(); //获取探索结束之后的迷宫的X轴长度
|
||||
const int mazesize_y = mark[0].size(); //获取探索结束之后的迷宫的Y轴长度
|
||||
|
||||
Reference in New Issue
Block a user