2081: 【例15.2】 偶数

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

Description

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

Input

一个正整数$a$。

Output

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

Sample Input Copy

12

Sample Output Copy

yes

Source/Category