Run ID:93379

提交时间:2024-10-13 17:34:53

#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; if(a%2==0) cout<<"yes"; return 0; }