将给定的一个二维数组转置 3x3二维数组转置 写一函数,使给定的一个二维数组(3*3)转置,即行列互换?Void trans(int*matrix[]for(int i=0I<3i)for(int j=0j&l... 2021-03-17 2543次浏览