摘要: 任务七: #include <stdio.h> #include <string.h> int chongfu(char *a,int n); int main(){ char a[100]; while(gets(a)!='\0'){ if(chongfu(a,strlen(a))){ print 阅读全文
posted @ 2023-11-13 22:17 zhouhongyu 阅读(13) 评论(0) 推荐(0)