1033: 判断奇偶数

Memory Limit:16 MB Time Limit:1.000 S
Creator:
Submit:19 Solved:14

Description

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

Input

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

Output

输出只有一行。(注意输出格式,具体请看下方提示)

Sample Input

2

Sample Output

yes