Run ID:37305
提交时间:2022-08-16 18:44:13
#include<iostream> using namespace std; int main() { int num; cin>>num; if(num%2==0) cout<<"yes"<<endl; }