题解 | #吃瓜群众#

吃瓜群众

https://ac.nowcoder.com/acm/problem/22014

#include <iostream>
using namespace std;
int main()

{
    int weight;
    cin>>weight;
    if (weight==2||weight%2!=0)
    {
        cout<<"NO, you can't divide the watermelon into two even parts.";
    }
   else
    {
        cout<<"YES, you can divide the watermelon into two even parts.";
    }
    return 0;
}

全部评论

相关推荐

头像
11-18 16:08
福州大学 Java
影流之主:干10年不被裁,我就能拿别人一年的钱了,日子有盼头了
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务