2025.5.31第一次提交优化代码结构,头文件等

This commit is contained in:
氧原子
2025-05-31 23:28:45 +08:00
parent 9ba913646c
commit 0b8d29917f
9 changed files with 39 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#include<iostream>
#include<string>
#include<vector>
#include"eyebot++.h"
#include<cstdlib>
#include"maze_parameter.h"
#include"maze_func.h"
using namespace std;
@@ -37,6 +37,7 @@ void build_path(int i, int j, int len, int *path, int *map, int *copy_wall)
else
{
LCDPrintf("ERROR");
exit(1);
}
}
}