1249: 【例3.1】偶数

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

Description

读入一个正整数a,如果a为偶数输出yes

Input

一个正整数a

Output

偶数输出yes,否则什么也不输出。

Sample Input Copy

12

Sample Output Copy

yes