Problem F: 判断奇偶数

Problem F: 判断奇偶数

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

Description

输入一个整数,判断是否为偶数。是输出"y e s",否则输出"n o"。

Input

输入只有一行,包括1个整数。

Output

输出只有一行。(注意输出格式,具体请看下方提示)

Sample Input Copy

2

Sample Output Copy

y e s

HINT

要注意空格!!!!!!!!