main(i,a)char*i;{for(;i=gets(a);puts(i))for(;*i;i++)i=index(i+1,putchar(*i))?:index(a,*i);}