Catherine_zhilin

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

题目:

解决方案:

 1 import java.util.*;
 2  
 3 public class Main
 4 {
 5     public static void main(String args[])
 6     {
 7         Scanner sc = new Scanner(System.in);
 8         Integer a = sc.nextInt();
 9         Integer b = sc.nextInt();
10         System.out.println(a + b);
11     }
12 }

 

posted on 2018-02-28 10:08  kkkshiki  阅读(162)  评论(0编辑  收藏  举报