摘要:
#include #include using namespace std; //显示数组元素 void show(int *a,int n) { for(int i=0;i=key) { j--; //printf("j = %d\n",j); } if(i<j) { a[i++] = a[j]; } while(i<j && a[i]<=ke... 阅读全文
posted @ 2017-08-14 20:41
Diligent_Murcielago
阅读(142)
评论(0)
推荐(0)

浙公网安备 33010602011771号