摘要: 程序: 1 #include<stdio.h> 2 #include<string.h> 3 #define N 81 4 5 int main() { 6 char ch[N],temp[N]; 7 int i,cnt,lng=0; 8 scanf("%d",&cnt); 9 gets(ch); 阅读全文
posted @ 2019-04-30 16:59 cxc1357 阅读(1194) 评论(0) 推荐(0)
摘要: 程序: 1 #include<stdio.h> 2 #include<string.h> 3 #define N 85 4 5 int main() { 6 int t,i,j,m=0,flag; 7 char original[N],target[N]; 8 gets(original); 9 f 阅读全文
posted @ 2019-04-30 16:38 cxc1357 阅读(1725) 评论(0) 推荐(0)