2025.5.31第二次提交

This commit is contained in:
氧原子
2025-05-31 23:34:28 +08:00
parent 0b8d29917f
commit e5fac173be

View File

@@ -36,7 +36,7 @@ void build_path(int i, int j, int len, int *path, int *map, int *copy_wall)
}
else
{
LCDPrintf("ERROR");
cout << "error" << endl;
exit(1);
}
}