标签:log sys static alt system.in 问题 port com images
-------------------------------------------------------------------------------------------------------------------------
本题主要是讲蓝桥杯的注意事项的,细节决定成败
-------------------------------------------------------------------------------------------------------------------------
我的算法
1 import java.util.Scanner; 2 class Main { 3 public static void main(String[] args) { 4 Scanner sc = new Scanner(System.in); 5 int a = sc.nextInt(); 6 int b = sc.nextInt(); 7 System.out.println(a+b); 8 } 9 }
标签:log sys static alt system.in 问题 port com images
原文地址:http://www.cnblogs.com/loveluking/p/6034273.html