3223: 奇偶数判断

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

输入一个整数,判断是否为偶数。是输出"Yes",否则输出"No"。

Input

输入只有一行,包括1个整数。

Output

输出只有一行。

Sample Input Copy

10

Sample Output Copy

Yes

HINT