#include using namespace std; using ll=long long; int main(){ ios::sync_with_stdio(false); cin.tie(nullptr); int Y1,Y2; cin>>Y1>>Y1>>Y2>>Y2; cout<<(Y1==Y2?"Yes\n":"No\n"); }