1207: 小于100的数

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

Description

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

Sample Input Copy

12

Sample Output Copy

yes

Source/Category