Problem D: 判断奇数偶数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:123
Solved:45
Description
输入一个整数,判断是否为偶数。是输出 yes ,否则输出no。
Input
输入只有一行,包括1个整数
Output
输出只有一行。
Sample Input Copy
6
Sample Output Copy
yes