#include int main() { int i, a[4]; for (i = 0; i < 4; i++) scanf("%d", &a[i]); if (a[0]a[3]) printf("YES\n"); else printf("NO\n"); return 0; }