答案LELECHA2024-05-15 16:21:18发布于:浙江1阅读0回复0点赞#include <iostream> using namespace std; int main(){ int n; cin>>n; if(n%2==1){ cout<<"odd"; } else{ cout<<"even"; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个