#include using namespace std; using ll = long long; #define fi first #define se second #define all(a) a.begin(),a.end() int main(){ int a,b; cin >> a >> b; cout << (a==b ? "Yes\n" : "No\n");\ return 0; }