ITADN

代码 6_sum_matrix 有错误

#6Opencding-nv 创建于 2022-02-21
C
cding-nvcommented
6_sum_matrix sumMatrix() 函数: idx=ix+iy * ny; 应该改成 idx=ix+iy * nx;
2 条评论