1651: 【分支】偶数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:77 Solved:58

Description

例3.1  读入一个整数a,如果a为偶数在屏幕上输出yes。(a为奇数时屏幕无输出)



Input

整数a,0≤a≤32767。


Output

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


Sample Input Copy

2

Sample Output Copy

yes