#include<bits/stdc++.h> using namespace std; int n; int main() { cin>>n; if(n%2==0) { cout<<"偶数"; } return 0; }
使用您的 NarmoOJ 通用账户