1202: 判断奇数

Memory Limit:256 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:6 Solved:6

Description

[md] 输入一个正整数,判断它是否是奇数,如果是奇数,输出“yes”;不是奇数,输出“no”。 [/md]

Sample Input Copy

5

Sample Output Copy

yes

Source/Category