java数组方阵求对角线和 输出4×4数组的对角线之和 用C语言编写一个3x3的二维数组,求对角线的和?#包含“stdio。H“int main(){int ar[3][3],afor(int i=0I<3i)for(i... 2021-04-03 2447次浏览