//2010/12/21 20:37:26 //快速排序 #include using namespace std; void sort(int array[],int zz,int yy) { int z,y,i,k; if(zz=k)) y--; if(z>a[i]; } sort(a,0,9); cout<<"排序结果为"; for (i=0;i<10;i++) cout<