摘要: package Jlp1.jlp;import java.util.Scanner;class Main { public static void main(String[] args) { Scanner sc; sc = new Scanner(System.in); int[] a = ... 阅读全文
posted @ 2014-04-15 17:41 Liping的个人博客 阅读(78) 评论(0) 推荐(0)