#include using namespace std; #define rep(i,n) for (int i = 0; i < (n); ++i) #define YES cout<<"Yes"<> a >> b; (a <= b) ? YES:NO; return 0; }