main(){ char t[11]; char s[101]; memset(t,0,sizeof(char)*11); memset(s,0,sizeof(char)*101); scanf("%s\n%s",&t,&s); for(int i=0;i