A. Watermelon Solution

#include<stdio.h>
int main()
{
         int a;
         scanf("%d",&a);
         if (a%2 == 0 && a > 2)
         printf("YES\n");
         else
         printf("NO\n");
         return 0;
}

No comments

Theme images by enot-poloskun. Powered by Blogger.