• 2021-04-14
    在划线处填写适当内容,使函数fun实现矩阵转置的功能。 #include #define M 3 #define N 3 void fun(int arr[M][N]) {//转置 int i,j; for(i=0; i arr[j][i]