while 1:a,b,c=input().split();print('YES'*(a in b in c)or'NO')