SuperHero


私信TA

用户名:hahaha23333

访问量:9512

签 名:

没事学会习能长高

等  级
排  名 1841
经  验 2607
参赛次数 0
文章发表 14
年  龄 19
在职情况 学生
学  校 河南农业大学
专  业 软件技术

  自我简介:

解题思路:

注意事项:

参考代码:

import java.util.*;
public class 矩阵和 {
     public static void main(String args[]){
          Scanner sc=new Scanner(System.in);
              int n=sc.nextInt();
              int s=0;
              int a[][]=new int [n][n];
          for(int i=0;i<a.length;i++){
               for(int j=0;j<a.length;j++){
                    a[i][j]=sc.nextInt();
  
                    if(i==j||i+j==n-1)
                     s=s+a[i][j];
               }
          }
              System.out.print(s);

    }
}

 

0.0分

0 人评分

  评论区

  • «
  • »