自己看元旦2026-03-27 19:30:58发布于:湖南2阅读0回复0点赞自己看 #include <bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; if(a%2==1){ cout<<"odd"; }else{ cout<<"even"; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个