不正经题解治安官阿瑟2026-01-26 20:52:16发布于:上海7阅读0回复0点赞#include <bits/stdc++.h> using namespace std; //开头 int main (){ int n;//定义n cin>>n;//输入n if(n%2==0) cout<<"even";//判断奇偶 else cout<<"odd"; return 0 ; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个