码迷,mamicode.com
首页 > 其他好文 > 详细

Codeforces 4A Watermelon

时间:2018-06-17 12:31:02      阅读:133      评论:0      收藏:0      [点我收藏+]

标签: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;
}

 

Codeforces 4A Watermelon

标签:problems   lse   def   com   color   space   stream   blank   ref   

原文地址:https://www.cnblogs.com/CMlhc/p/9192504.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!