2025.5.28第一次提交,仿真平台修复bug同步修复

This commit is contained in:
氧原子
2025-05-28 21:51:08 +08:00
parent 9d96af2ff3
commit 14b3d14170
6 changed files with 68 additions and 27 deletions

View File

@@ -11,7 +11,7 @@ void flood(int *map, int *copy_wall)
int num = 0;
int size_x = mark.size();
int size_y = mark[0].size();
map[0] = 0;
map[rob_x0 * (size_y) + rob_y0] = 0;
do
{