1195: 小于20的数

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

Description

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

Sample Input Copy

12

Sample Output Copy

yes

Source/Category