#ifdef ONLINE_JUDGE #define NDEBUG #endif #include int main() { assert(false); int X, Y; std::cin >> X >> Y; std::cout << (X == Y ? "Yes" : "No"); }