ude

ym9 2025-10-25 16:22:13 2

//endl,double,char //cout<<fixed<<setprecision(2)<<a; #include <bits/stdc++.h> using namespace std;

int main(){ char n; scanf("%c",&n); int a; a=n; if(a%2==1){ cout<<"YES"; }else cout<<"NO";

return 0;

}

{{ vote && vote.total.up }}