快速排序 void qsort(i nt x,i nt y) // 待排序的数据存放在 a[1].a[n]数组中 {int h=x,r=y; int m=a[(x+y>1]; // 取中间的那个位置的值 while(h