@ -1,4 +1,7 @@
void quick(int *a,int i,int j)
6.快速排序
6.1 描述
oid quick(int *a,int i,int j)
{
int m,n,temp;
int k;