排序算法 int partion(int a[],int left,int right) { int base=a[left]; while (left