题目:
解决方案:
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 }
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3