1495: 【分支】判断奇偶数
Memory Limit:16 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:63
Solved:52
Description
输入一个整数,判断是否为偶数。是输出"y e s",否则输出"n o"。
Input
输入只有一行,包括1个整数。
Output
输出只有一行。(注意输出格式,具体请看下方提示)
Sample Input Copy
2
Sample Output Copy
y e s
HINT
要注意空格!!!!!!!!