标签:problems lse def com color space stream blank ref
题目链接
http://codeforces.com/problemset/problem/4/A
#include<iostream> using namespace std; int main() { int num; cin>>num; if(num%2==0&&num!=2) { cout<<"YES"; }else { cout<<"NO"; } return 0; }
标签:problems lse def com color space stream blank ref
原文地址:https://www.cnblogs.com/CMlhc/p/9192504.html