摘要:
#include <stdio.h>#include <string.h>int main(){ char s1[50],s2[50],s3[50]; int a,b,i; int n=0; char x; gets(s1); gets(s2); scanf("%c",&x); a=strlen(s 阅读全文
posted @ 2019-11-25 20:57
deaky
阅读(243)
评论(0)
推荐(0)
摘要:
#include <stdio.h>#include <string.h>int main(){ int k,i,j; char a[50]; gets(a); k=strlen(a); for (i=0;i<k;i++) { for (j=i+1;j<k;j++) { if (a[j]==a[i] 阅读全文
posted @ 2019-11-25 20:07
deaky
阅读(124)
评论(0)
推荐(0)

浙公网安备 33010602011771号