/* 判断奇数和偶数 */ #include<iostream> using namespace std; int main(){ int n; cin>>n; if(n%2==0) { cout<<"even"; } else{ cout<<"odd"; } return 0; }
zouyc LV 6
使用您的 EngeekerOJ 通用账户