摘要: 阅读全文
posted @ 2015-06-24 16:05 publicstaticclass 阅读(144) 评论(1) 推荐(0)
摘要: public class MaoPao{ public static void main(String args[]){ //随机列举几个数字 int array[]={4,8,6,45,23,18,45}; //限制比较次数 for(int i=0;iarray[j]){ int temp=arr... 阅读全文
posted @ 2015-06-24 12:22 publicstaticclass 阅读(151) 评论(0) 推荐(0)