#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; if(a<=b)puts("YE5"); else puts("N0"); return 0; }
这题作者好阴