1194: 小于5的数

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

Description

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

Sample Input Copy

3

Sample Output Copy

yes

Source/Category