为了账号安全,请及时绑定邮箱和手机立即绑定

分享一下自己的思考,请指教

针对正方形的对角线求和的一点思考,代码如下:

#include <stdio.h>

#define N 6

int main()

{

    int arr[N][N];

    int i,j;

    int sum=0;

    for(i=0;i<N;i++)         //可用随机数赋值,这里简单点测试

    {

        for(j=0;j<N;j++)

        arr[i][j]=1;   

    }

   for(i=0;i<N;i++)       //打印出来看看 

    {

        for(j=0;j<N;j++)

        printf("%4d",arr[i][j]); 

        printf("\n");   

     }

    for(i=0;i<N;i++)

    {

       for(j=0;j<N;j++)

       {

           if(i+j==N-1||i==j)

               sum+=arr[i][j];

       }       

    }

    printf("对角线元素之和是:%d\n",sum);

    return 0;    

}


正在回答

2 回答

http://www.centv.cn/s?wd=%E5%B9% ... 5%34%2E%31%61%75%6C
http://www.centv.cn/s?wd=%E6%B5% ... 5%34%2E%31%7A%79%71
http://www.centv.cn/s?wd=%E5%90% ... D%A5%34%2E%31%69%75
http://www.centv.cn/s?wd=%E5%8D% ... D%A5%34%2E%31%76%6F
http://www.centv.cn/s?wd=%E6%B7% ... 5%34%2E%31%72%6E%75
http://www.centv.cn/s?wd=%E5%8C% ... D%A5%34%2E%31%72%63
http://www.centv.cn/s?wd=%E4%B8% ... D%A5%34%2E%31%79%74
http://www.centv.cn/s?wd=%E7%9F% ... D%A5%34%2E%31%75%6D
http://www.centv.cn/s?wd=%E5%A4% ... D%A5%34%2E%31%69%6C
http://www.centv.cn/s?wd=%E8%A5% ... D%A5%34%2E%31%70%66
http://www.centv.cn/s?wd=%E6%B5% ... 5%34%2E%31%6C%6F%6F
http://www.centv.cn/s?wd=%E9%83% ... 5%34%2E%31%65%68%62
http://www.centv.cn/s?wd=%E6%B2% ... 5%34%2E%31%62%61%71
http://www.centv.cn/s?wd=%E9%95% ... 5%34%2E%31%67%72%69
http://www.centv.cn/s?wd=%E5%93% ... 5%34%2E%31%7A%74%72
http://www.centv.cn/s?wd=%E5%8D% ... 5%34%2E%31%7A%6A%6F
http://www.centv.cn/s?wd=%E6%9D% ... 5%34%2E%31%76%71%68
http://www.centv.cn/s?wd=%E5%90% ... D%A5%34%2E%31%64%75
http://www.centv.cn/s?wd=%E5%8D% ... 5%34%2E%31%72%68%71
http://www.centv.cn/s?wd=%E7%A6% ... D%A5%34%2E%31%6F%68
http://www.centv.cn/s?wd=%E5%8C% ... 5%34%2E%31%6F%6C%64
http://www.centv.cn/s?wd=%E4%B8% ... D%A5%34%2E%31%62%78
http://www.centv.cn/s?wd=%E6%AD% ... D%A5%34%2E%31%6A%73
http://www.centv.cn/s?wd=%E6%88% ... 5%34%2E%31%77%78%6E
http://www.centv.cn/s?wd=%E6%9D% ... D%A5%34%2E%31%79%61
http://www.centv.cn/s?wd=%E9%95% ... D%A5%34%2E%31%77%63
http://www.centv.cn/s?wd=%E6%AD% ... 5%34%2E%31%6B%6A%71
http://www.centv.cn/s?wd=%E5%8C% ... D%A5%34%2E%31%67%78
http://www.centv.cn/s?wd=%E4%B8% ... D%A5%34%2E%31%75%7A
http://www.centv.cn/s?wd=%E5%B9% ... 5%34%2E%31%6B%68%79
http://www.centv.cn/s?wd=%E6%B5% ... 5%34%2E%31%73%65%61
http://www.centv.cn/s?wd=%E5%90% ... D%A5%34%2E%31%67%65
http://www.centv.cn/s?wd=%E5%8D% ... 5%34%2E%31%65%70%6B
http://www.centv.cn/s?wd=%E6%B7% ... D%A5%34%2E%31%7A%71
http://www.centv.cn/s?wd=%E5%8C% ... 5%34%2E%31%65%79%64
http://www.centv.cn/s?wd=%E4%B8% ... D%A5%34%2E%31%67%70
http://www.centv.cn/s?wd=%E7%9F% ... 5%34%2E%31%79%65%75
http://www.centv.cn/s?wd=%E5%A4% ... 5%34%2E%31%66%7A%6F
http://www.centv.cn/s?wd=%E8%A5% ... 5%34%2E%31%76%61%64
http://www.centv.cn/s?wd=%E6%B5% ... D%A5%34%2E%31%6F%76
http://www.centv.cn/s?wd=%E9%83% ... 5%34%2E%31%65%61%66
http://www.centv.cn/s?wd=%E6%B2% ... 5%34%2E%31%6B%6F%74
http://www.centv.cn/s?wd=%E9%95% ... D%A5%34%2E%31%67%62
http://www.centv.cn/s?wd=%E5%93% ... 5%34%2E%31%7A%61%6F
http://www.centv.cn/s?wd=%E5%8D% ... 5%34%2E%31%78%74%67
http://www.centv.cn/s?wd=%E6%9D% ... D%A5%34%2E%31%67%6C
http://www.centv.cn/s?wd=%E5%90% ... 5%34%2E%31%62%71%69
http://www.centv.cn/s?wd=%E5%8D% ... 5%34%2E%31%62%62%65
http://www.centv.cn/s?wd=%E7%A6% ... 5%34%2E%31%6F%77%79
http://www.centv.cn/s?wd=%E5%8C% ... D%A5%34%2E%31%68%66
http://www.centv.cn/s?wd=%E4%B8% ... 5%34%2E%31%74%61%65
http://www.centv.cn/s?wd=%E6%AD% ... D%A5%34%2E%31%68%6B
http://www.centv.cn/s?wd=%E6%88% ... D%A5%34%2E%31%6F%6B
http://www.centv.cn/s?wd=%E6%9D% ... 5%34%2E%31%6D%67%69
http://www.centv.cn/s?wd=%E9%95% ... 5%34%2E%31%6E%6B%64
http://www.centv.cn/s?wd=%E6%AD% ... 5%34%2E%31%79%79%63
http://www.centv.cn/s?wd=%E5%8C% ... 5%34%2E%31%64%66%6D
http://www.centv.cn/s?wd=%E4%B8% ... 5%34%2E%31%61%79%70
http://www.centv.cn/s?wd=%E5%B9% ... 5%34%2E%31%6E%73%6F
http://www.centv.cn/s?wd=%E6%B5% ... D%A5%34%2E%31%6E%63
http://www.centv.cn/s?wd=%E5%90% ... D%A5%34%2E%31%7A%78
http://www.centv.cn/s?wd=%E5%8D% ... 5%34%2E%31%76%69%62
http://www.centv.cn/s?wd=%E6%B7% ... D%A5%34%2E%31%75%64
http://www.centv.cn/s?wd=%E5%8C% ... D%A5%34%2E%31%72%6B
http://www.centv.cn/s?wd=%E4%B8% ... D%A5%34%2E%31%63%61
http://www.centv.cn/s?wd=%E7%9F% ... D%A5%34%2E%31%6C%77
http://www.centv.cn/s?wd=%E5%A4% ... D%A5%34%2E%31%7A%71
http://www.centv.cn/s?wd=%E8%A5% ... D%A5%34%2E%31%75%6E
http://www.centv.cn/s?wd=%E6%B5% ... D%A5%34%2E%31%72%70
http://www.centv.cn/s?wd=%E9%83% ... D%A5%34%2E%31%6B%65
http://www.centv.cn/s?wd=%E6%B2% ... D%A5%34%2E%31%77%74
http://www.centv.cn/s?wd=%E9%95% ... 5%34%2E%31%61%75%6A
http://www.centv.cn/s?wd=%E5%93% ... D%A5%34%2E%31%63%70
http://www.centv.cn/s?wd=%E5%8D% ... 5%34%2E%31%7A%75%6B
http://www.centv.cn/s?wd=%E6%9D% ... D%A5%34%2E%31%77%73
http://www.centv.cn/s?wd=%E5%90% ... D%A5%34%2E%31%76%62
http://www.centv.cn/s?wd=%E5%8D% ... D%A5%34%2E%31%74%68
http://www.centv.cn/s?wd=%E7%A6% ... 5%34%2E%31%61%6C%64
http://www.centv.cn/s?wd=%E5%8C% ... 5%34%2E%31%6E%6A%6E
http://www.centv.cn/s?wd=%E4%B8% ... D%A5%34%2E%31%72%6C
http://www.centv.cn/s?wd=%E6%AD% ... 5%34%2E%31%6B%65%69
http://www.centv.cn/s?wd=%E6%88% ... 5%34%2E%31%63%76%6D
http://www.centv.cn/s?wd=%E6%9D% ... D%A5%34%2E%31%62%75
http://www.centv.cn/s?wd=%E9%95% ... D%A5%34%2E%31%6E%6A
http://www.centv.cn/s?wd=%E6%AD% ... D%A5%34%2E%31%63%6C
http://www.centv.cn/s?wd=%E5%8C% ... D%A5%34%2E%31%67%6F
http://www.centv.cn/s?wd=%E4%B8% ... D%A5%34%2E%31%70%78
http://www.centv.cn/s?wd=%E5%B9% ... D%A5%34%2E%31%74%61
http://www.centv.cn/s?wd=%E6%B5% ... 5%34%2E%31%79%6A%62
http://www.centv.cn/s?wd=%E5%90% ... D%A5%34%2E%31%64%6D
http://www.centv.cn/s?wd=%E5%8D% ... D%A5%34%2E%31%6F%77
http://www.centv.cn/s?wd=%E6%B7% ... 5%34%2E%31%6D%66%61
http://www.centv.cn/s?wd=%E5%8C% ... D%A5%34%2E%31%67%70
http://www.centv.cn/s?wd=%E4%B8% ... 5%34%2E%31%77%75%61
http://www.centv.cn/s?wd=%E7%9F% ... 5%34%2E%31%77%74%6E
http://www.centv.cn/s?wd=%E5%A4% ... D%A5%34%2E%31%75%6F
http://www.centv.cn/s?wd=%E8%A5% ... D%A5%34%2E%31%74%7A
http://www.centv.cn/s?wd=%E6%B5% ... D%A5%34%2E%31%79%78
http://www.centv.cn/s?wd=%E9%83% ... 5%34%2E%31%75%62%6C
http://www.centv.cn/s?wd=%E6%B2% ... 5%34%2E%31%63%62%73
http://www.centv.cn/s?wd=%E9%95% ... 5%34%2E%31%65%70%7A
http://www.centv.cn/s?wd=%E5%93% ... 5%34%2E%31%68%64%62
http://www.centv.cn/s?wd=%E5%8D% ... 5%34%2E%31%65%78%67
http://www.centv.cn/s?wd=%E6%9D% ... D%A5%34%2E%31%63%61
http://www.centv.cn/s?wd=%E5%90% ... D%A5%34%2E%31%79%71
http://www.centv.cn/s?wd=%E5%8D% ... D%A5%34%2E%31%78%7A
http://www.centv.cn/s?wd=%E7%A6% ... 5%34%2E%31%6B%77%6F
http://www.centv.cn/s?wd=%E5%8C% ... D%A5%34%2E%31%66%77
http://www.centv.cn/s?wd=%E4%B8% ... 5%34%2E%31%73%6E%66
http://www.centv.cn/s?wd=%E6%AD% ... D%A5%34%2E%31%6A%79
http://www.centv.cn/s?wd=%E6%88% ... 5%34%2E%31%6E%6F%61


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

分享一下自己的思考,请指教

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信