https://www.luogu.com.cn/record/200674165
#include <bits/stdc++.h> using namespace std; int main(){ char a; int x; cin>>a; x=a; if(x%2==0){ cout<<" NO"; }else{ cout<<"YES"; } }