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