#include<iostream> using namespace std; int main(){ int a; cin>>a; a=a%2; if(a!=0){ cout<<"Yes"; }else{ cout<<"No"; } }