Run ID:135640

提交时间:2025-11-08 10:06:41

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