好简单呀!———————————————
2026-08-18 17:59:41
发布于:广西
4阅读
0回复
0点赞
#include<iostream>
using namespace std;
int main(){
int n;
cin >> n;
if(n%2!=0){
cout << "odd";
}else{
cout << "even";
}
return 0;
}
全部评论 1
我写的真棒!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
昨天 来自 广西
0


有帮助,赞一个