标签:des style blog color java io ar div
Description
Input
Output
Sample Input
1 2
Sample Output
3
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scan = new Scanner(System.in); if (scan.hasNext()) { System.out.println(scan.nextInt() + scan.nextInt()); } } }
POJ1000 A+B Problem,布布扣,bubuko.com
标签:des style blog color java io ar div
原文地址:http://www.cnblogs.com/bigjava/p/3923551.html