禁止偷看
2026-03-18 20:00:17
发布于:上海
0阅读
0回复
0点赞
//------------------------------------------------
//------------------------------------------------
//------------------------------------------------
//------------------------------------------------
//------------------------------------------------
//------------------------------------------------
//------------------------------------------------
//------------------------------------------------
//------------------------------------------------
//------------------------------------------------
//------------------------------------------------
#include<bits/stdc++.h>
using namespace std;
int main()
{
int n;
cin>>n;
if(n%2==1)
{
printf("odd");
}
else
{
printf("even");
}
return 0;
}
这里空空如也






有帮助,赞一个