#include using namespace std; int main() { int N,M; cin >> N >> M; cout << "Yes" << endl; return 0; }