emm...
#include <bits/stdc++.h> using namespace std; int main() { char s; int t; cin >> s; t = s; if(t % 2 == 0){ cout << "ON"; } else { cout << "YES"; } return 0; }