摘要:
POJ1083import java.util.Scanner;public class _1083 { public static final int MAX = 400; public static void main(String[] args) { int from, to, max_time; int times[] = new int[MAX + 1]; Scanner sc = new Scanner(System.in); int count = sc.nextInt(); whi... 阅读全文
posted @ 2012-03-06 23:20
hongxuchen
阅读(180)
评论(0)
推荐(0)