Run ID:93378
提交时间:2024-10-13 17:34:26
#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a if(a%2==0) cout<<"yes"; return 0; }