#include<bits/stdc++.h> using namespace std; int main() { char c; cin>>c; int n=c; if(n%2==0) cout<<"NO"; else cout<<"YES"; }