1208: 判断奇偶数

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

Description

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

不允许普通用户打印题目,请教师登录后使用。如有疑问请联系管理员!

Input

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

Output

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

如果是偶数输出"y e s",否则输出"n o"。

Sample Input Copy

2

Sample Output Copy

y e s

HINT

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