alst = list(map(int, input().split())) if alst[0] < alst[1] and alst[2] > alst[3]: print("YES") else: print("NO")