实验6剩余部分 //设计一个程序,利用二维数组输出3×2矩阵 #include<stdio.h> int mainvoid) { int i,j; int a[3][2]; //输入3*2矩阵; fori … Continue reading 实验6剩余部分