2014年12月8日

摘要: void swap(int *x, int *y){ int temp; temp=*x; *x=*y; *y=temp;}void mpao(int*a,int n){ int i,j; for(i=0;i0&&a[j]>a[j-1];j--) swap(a[j],a[k]); } } 阅读全文

posted @ 2014-12-08 18:09 孤路 阅读(96) 评论(0) 推荐(0) 编辑

摘要: #includeusing namespace::std;void swap(int *x, int *y){ int temp; temp=*x; *x=*y; *y=temp;}void mpao(int* a,int n){int x,y; for(x=1;x=0&&a[y]>n;for(;n... 阅读全文

posted @ 2014-12-08 18:08 孤路 阅读(110) 评论(0) 推荐(0) 编辑