a,b,c,d = map(int,input().split()) print('YES') if a < b and c > d else print('NO')