6662025-08-09 15:00:28发布于:广东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发布这里空空如也
有帮助,赞一个