java 解 poj 1000

import java.util.Scanner;


public class A1000 {
    public static void main(String[] args) {
        Scanner sc=new Scanner(System.in);
        int a=sc.nextInt();
        int b=sc.nextInt();
        System.out.println(a+b);
    }

}

 

posted @ 2014-03-14 20:42  ABCDL  阅读(133)  评论(0编辑  收藏  举报