666我要AC2025-08-24 13:27:08发布于:福建0阅读0回复0点赞 ```#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; if(n%2==0){ cout<<"even"; }else{ cout<<"odd"; } } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个