#include using namespace std; using ll=long long; int main(){ cin.tie(nullptr); ios::sync_with_stdio(false); ll n,p; cin>>n>>p; if(p==2){ if(n%2==0)cout<<"No"<