q;main(p,s){for(;~scanf("%s%s%s",&p,s,&q);)puts(strstr(s,&p)&&strstr(&q,s)?"YES":"NO");}