1046: 判断奇偶数

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

Description

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

Input

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

Output

输出只有一行。

Sample Input Copy

10

Sample Output Copy

Yes

HINT