Run ID:19126
提交时间:2021-11-12 22:18:56
#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; if(a%2==0) cout<<"yes"; return 0; }