摘要:
#include<stdio.h>#include<stdlib.h>#include<math.h>#include<string.h>int n;char str1[500][20];void p_quick_sort(char str[500][20],int i,int j);void main(){ int i; while(1) { printf("请输入字符串个数:\n"); scanf("%d",&n); for(i=0;i<n;i++) scanf("%s" 阅读全文
posted @ 2012-06-13 23:14
woaiyy
阅读(220)
评论(0)
推荐(0)