摘要: 1 #include<stdio.h> 2 #include<string.h> 3 #define LIM 5 4 #define SIZE 20 5 6 char * s_gets(char *st, int n); 7 void StrSort(char * st[], int n, int 阅读全文
posted @ 2022-07-04 08:23 星雨boy 阅读(63) 评论(0) 推荐(0)
摘要: #include<stdio.h> #include<ctype.h> #include<string.h> #define SZIE 5 void ToUpper(char * st); int PunctCount(char * st); void ToLower(char * st); int 阅读全文
posted @ 2022-07-04 07:46 星雨boy 阅读(101) 评论(0) 推荐(0)