摘要:
#include<stdio.h>#include<stdlib.h>#include<string.h>int part(int a[],int low,int high);void sort(int *a,int low,int high);int main(){ int a[]={6,31,25,10,5,35,26,3,2,8,9,11,4,45,48}; sort(a,0,14); for(i=0;i<14;i++) printf("%d ",a[i]); return 0;}int part(int a[],int lo 阅读全文
posted @ 2013-05-22 23:00
HACKMIND
阅读(251)
评论(0)
推荐(0)
浙公网安备 33010602011771号