80分求助
查看原帖
80分求助
676461
Star_DCX楼主2022/2/12 10:08

代码如下(无语死了):

#include<bits/stdc++.h>
using namespace std;
int main()
{
int n;
cin>>n;
if(n%2==1)cout<<"odd";
else cout<<"even";
return 0;
}
2022/2/12 10:08
加载中...