脑瘫A+B问题(官方的题目-_-)

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

 

posted @ 2023-03-13 12:06  帆のBlog  阅读(21)  评论(0)    收藏  举报