mirror of
https://gitee.com/yyz_o/bk_bishe_pi.git
synced 2025-09-07 23:21:26 +00:00
2025.5.28第一次提交,仿真平台修复bug同步修复
This commit is contained in:
@@ -17,6 +17,7 @@ void output_arr2D(int size_x, int size_y, int *arr)
|
||||
}
|
||||
cout << endl;
|
||||
}
|
||||
cout << endl;
|
||||
}
|
||||
|
||||
/*---打印数组wall---*/
|
||||
@@ -46,6 +47,7 @@ void output_arrwall(int size_x, int size_y, int *arr)
|
||||
}
|
||||
cout << endl;
|
||||
}
|
||||
cout << endl;
|
||||
}
|
||||
|
||||
void output_arrpath(int size, int *arr)
|
||||
@@ -55,4 +57,5 @@ void output_arrpath(int size, int *arr)
|
||||
cout << arr[i] << " ";
|
||||
}
|
||||
cout << endl;
|
||||
cout << endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user