2018年8月11日

字符串排序 (对任意个数个字符串进行排序)

摘要: #include <stdio.h> #include <string.h> void result() { int i=0,j=0,a=0; printf("请输入需要排序的字符串个数:\n"); scanf("%d",&a); char str[a][30]; char *pload=NULL; 阅读全文

posted @ 2018-08-11 14:42 点灯小少年 阅读(5336) 评论(0) 推荐(1)

导航