摘要: View Code import java.util.Scanner;public class HDU1000 { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int a = 0; int b = 0; int sum = 0; while (sc.hasNext()) { a = sc.nextInt(); b = sc.nextInt(); ... 阅读全文
posted @ 2012-07-06 10:14 A_阿飞 阅读(113) 评论(0) 推荐(0)