华师一附中OI组
标题:
奇数偶数判断
[打印本页]
作者:
604班汪嘉诚
时间:
2021-8-12 11:28
标题:
奇数偶数判断
#include <iostream>
using namespace std;
int x;
int main()
{
cin>>x;
if (x%2==0) cout<<"oushu";
else cout<<"jishu";
return 0;
}
欢迎光临 华师一附中OI组 (http://hsyit.cn/)
Powered by Discuz! X3.2