#include using namespace std; using ll = long long; #define rep(i,m,n) for(int i=m; i> b >> c; cout << (b == c ? "Yes" : "No") << endl; return 0; }