25.5.29第二次提交

This commit is contained in:
Ñõԭ×Ó
2025-05-29 12:11:35 +08:00
parent efa0d49694
commit 9ba913646c
3 changed files with 12 additions and 5 deletions

View File

@@ -9,8 +9,10 @@ using namespace std;
/*---定义数据---*/
/*---定义全局常量---*/
const int DIST_cell = 240; //单元格长度
const int DIST_move = 330; //移动的单元格距离
const int DIST_wall_F = 95; //与墙壁的距离
const int DIST_move = 320; //移动的单元格距离
//~ const int DIST_move = 330; //移动的单元格距离
const int DIST_wall_F = 100; //与墙壁的距离
//~ const int DIST_wall_F = 95; //与墙壁的距离
//~ const int DIST_wall_RL = 90; //与左右墙壁的距离 1
const int DIST_wall_RL = 87; //与左右墙壁的距离