吃瓜群众
吃瓜群众
http://www.nowcoder.com/questionTerminal/0831c948717b4884a63e40116e9556b4
include<stdio.h>
main()
{int weight;
scanf("%d",&weight);
if(weight%2==0&&weight>2)
printf("YES, you can divide the watermelon into two even parts.");
else
printf("NO, you can't divide the watermelon into two even parts.");}