#include<bits/stdc++.h> using namespace std; int main() { int w; cin>>w; if(w%2==0) { cout<<"YES"; return 0; } cout<<"NO"; }
各位大哥大姐们,来帮我解答一下吧