摘要: int arr[5]={12,6,1,40,9}; for(int i=0;i<4;i++){ for(int j=0;j<4-i;j++){ int temp; if(arr[j]>arr[j+1]){ temp=arr[j]; arr[j]=arr[j+1]; arr[j+1]=temp; } 阅读全文
posted @ 2016-03-05 21:39 清浅晨曦 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-03-05 21:26 清浅晨曦 阅读(82) 评论(0) 推荐(0) 编辑