摘要:
//冒泡排序:相邻两个比较,选出最大的往后放class Alhh{ public static void main(String[] args){ int[] m=new int[]{-3,12,4,15,-99}; for(int i=0;i<m.length-1;i++){ for(int j= 阅读全文
posted @ 2016-03-17 15:43
ALHH
阅读(406)
评论(3)
推荐(0)
2016年3月17日