华师一附中OI组

标题: 奇数偶数 [打印本页]

作者: 新504章紫蕗    时间: 2021-8-14 19:41
标题: 奇数偶数
#include<iostream>
using namespace std;
int x;
int main()
{
        cin>>x;
        if(x%2==0) cout<<"偶数";
        else cout<<"奇数";
        return 0;
}






欢迎光临 华师一附中OI组 (http://hsyit.cn/) Powered by Discuz! X3.2