Problem2996--偶数

2996: 偶数

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

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

Input

一个正整数a。

Output

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

Sample Input Copy

12

Sample Output Copy

yes

Source/Category