1099: 判断奇偶性

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:220 Solved:179

Description

编程实现输入一个正整数,判断其奇偶性,并输出判断结果

Input

一个正整数n

Output

奇数或偶数

Sample Input Copy

11

Sample Output Copy

奇数