4989: 【15课】【3081】偶数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:253 Solved:154

Description

读入一个正整数a,如果a为偶数输出yes,否则什么都不输出

Input

一个正整数a

Output

偶数输出yes,否则什么都不输出

Sample Input Copy

12

Sample Output Copy

yes