#include using namespace std; int main(){ char a;int b; cin >> a; b=(int)a; if(b%2==0) cout << "NO"; else cout << "YES"; }
openjudge 1.4 04 怎么做?
?