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