牛逼

#include <iostream>

using namespace std;

int main()
{
    int n;
    cin>>n;
    if(n%2==0&&n!=2)
    {
        cout <<"YES, you can divide the watermelon into two even parts.";
    }
    else
    {
        cout <<"NO, you can't divide the watermelon into two even parts.";
    }
    return 0;
}
全部评论
你错了?
点赞 回复
分享
发布于 2022-11-07 11:40 河北

相关推荐

点赞 评论 收藏
转发
点赞 收藏 评论
分享
牛客网
牛客企业服务