#include<bits/stdc++.h> using namespace std; long long n,a[200005],b[200005],cnt=0; int main(){ int a,b; cin>>a>>b; if(a<=b) cout<<"YES"; else cout<<"NO"; return 0; }
样例没问题呀