#include <bits/stdc++.h>
using namespace std;
int main()
{
int w;
scanf("%d",&w);
if(w%2==0 && w!=2)
printf("YES");
}
else
printf("NO");
return 0;
posted by NAHID @ January 27, 2021 0 Comments
Subscribe to Post Comments [Atom]
<< Home
View my complete profile
Subscribe toComments [Atom]
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home