mirror of
https://gitee.com/yyz_o/bk_bishe_pi.git
synced 2025-09-07 23:21:26 +00:00
2025.5.18晚上提交,实机调试后的代码,有一次成功了,但是后面没复现了,很奇怪
This commit is contained in:
@@ -13,7 +13,7 @@ void output_arr2D(int size_x, int size_y, int *arr)
|
||||
{
|
||||
for (int j = 0; j < size_x; j++)
|
||||
{
|
||||
cout << arr[(j * size_y) + i] << " ";
|
||||
cout << arr[(j * size_y) + i] << "\t";
|
||||
}
|
||||
cout << endl;
|
||||
}
|
||||
@@ -55,4 +55,4 @@ void output_arrpath(int size, int *arr)
|
||||
cout << arr[i] << " ";
|
||||
}
|
||||
cout << endl;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user