#include<cstdio> using namespace std; int main(){ int a; scanf("%d",&a); if(a%2==0){ printf("yes"); } return 0; }

0 comments

No comments so far...