2907: 【编程入门】偶数

Memory Limit:16 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:4 Solved:4

Description

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

Input

整数a,0≤a≤32767。

Output

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

Sample Input Copy

2

Sample Output Copy

yes

Source/Category