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