摘要: 7-1 字符串处理(二学时) #include <stdio.h> #include <string.h> #define N 80 int main(void) { char s[80], o[80], j[80]; int i,a=0,b=0; gets(s); i=0; while(s[i]! 阅读全文
posted @ 2022-05-16 12:16 VarFa 阅读(61) 评论(0) 推荐(0)