x=list(map(int,input().split())) if x[3]==x[2] or x[4]==x[2] : if x[0]==x[5] or x[1]==x[5]: print("NO") else: print("Yes") else: print("YES")