摘要: 1 #include <stdio.h> 2 #include <string.h> 3 #define SIZE 81 4 #define LIM 3 5 #define HALT "" 6 void stsrt(char *string[],int num); 7 char *s_gets(ch 阅读全文
posted @ 2022-07-06 13:36 老年新手工程师 阅读(511) 评论(0) 推荐(0)