1209: 小于15的数

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

Description

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

Sample Input Copy

13

Sample Output Copy

yes

Source/Category