#include using namespace std; int main(){ int A,B,C,D; cin >> A >> B >> C >> D; cout << (((AD))?"YES":"NO") << endl; return 0; }