数组
摘要:        
/** * 有一个已经排好序的数组。现输入一个数,要求按原来的规律将它插入数组中。*/public class Insert {	public static void main(String[] args){ Scanner input=new Scanner(System.in); int[]...    阅读全文
        posted @ 2014-08-09 21:22 饭饭草原 阅读(135) 评论(0) 推荐(0)
posted @ 2014-08-09 21:22 饭饭草原 阅读(135) 评论(0) 推荐(0)