lucifer


私信TA

用户名:13379476814

访问量:14729

签 名:

等  级
排  名 3134
经  验 2021
参赛次数 0
文章发表 22
年  龄 20
在职情况 学生
学  校 西北工业大学明德学院
专  业

  自我简介:

解题思路:

注意事项:

参考代码:

import java.util.Scanner;

public class AddDemo {


   public static void main(String[] args) {

        Scanner sc = new Scanner(System.in);

        while(sc.hasNext()){

           int a = sc.nextInt();

           int b = sc.nextInt();

           int c = a+b;

        System.out.println(c);

   }

 }

}


 

0.0分

2 人评分

  评论区

阿士大夫撒大萨达多
2019-12-19 23:12:41
  • «
  • 1
  • »