Codeforces 4A Watermelon

Posted cmlhc

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Codeforces 4A Watermelon相关的知识,希望对你有一定的参考价值。

技术分享图片

题目链接

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的主要内容,如果未能解决你的问题,请参考以下文章

Codeforces Beta Round #4 (Div. 2)完结

2017-4-16-Train:Codeforces Beta Round #4 (Div. 2 Only)

Playrix Codescapes Cup (Codeforces Round #413, rated, Div. 1 + Div. 2) C. Fountains 树状数组维护区间最大值(示(代

ICM Technex 2018 and Codeforces Round #463 (Div. 1 + Div. 2, combined) A Palindromic Supersequence(代

Codeforces Round #477 (rated, Div. 2, based on VK Cup 2018 Round 3) C. Stairs and Elevators二分查找(示例(代

Codeforces Round #438 by Sberbank and Barcelona Bootcamp (Div. 1 + Div. 2 combined) A,B,C真的菜·(代