摘要: #include<stdio.h>#include<string.h>char s[1000];int a[1000]={0};int main(){ int l,i,t; scanf("%s",s); scanf("%d",&t); l=strlen(s); for(i=0;i<=l-1;i++) 阅读全文
posted @ 2016-07-06 20:32 刘cy 阅读(122) 评论(2) 推荐(0) 编辑
摘要: #include<stdio.h>#include<string.h>int a[1000]={0},b[1000]={0},c[1000]={0};int main(){ char *s1; int l1=0,l2=0,l,i,x; freopen("hp-.in","r",stdin); fre 阅读全文
posted @ 2016-07-06 19:19 刘cy 阅读(143) 评论(0) 推荐(0) 编辑