华师一附中OI组
标题:
判断奇偶
[打印本页]
作者:
cody2011
时间:
2021-8-14 11:08
标题:
判断奇偶
#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