群众想要吃瓜,于是给你一个瓜让你切,但是作为考验 告诉你西瓜的重量,问你能否将这个西瓜分成两部分,每个部分都是偶数。
输入一行,包含一个整数 weight(重量的意思), 表示西瓜的重量 1 <= weight <= 100
如果可以输出:YES, you can divide the watermelon into two even parts.
如果不可以则输出:NO, you can't divide the watermelon into two even parts.
8
YES, you can divide the watermelon into two even parts.