C语言 求一个3*3的整型矩阵对角线元素之和
问题描述:
C语言 求一个3*3的整型矩阵对角线元素之和
答
#include
main()
{
\x09int a[3][3],i,j,sum=0;
\x09printf("请输入数组元素:(3*3)\n");
\x09for(i=0;i