1167: 判断温度

Memory Limit:32 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:5 Solved:18

Description

输入温度t的值,判断是否适合运动。
温度 10<=t<=25度 范围内认为适合运动,否则不适合

Input

一个整数t,表示温度。

Output

如果10<=t<=25,输出yes,否则输出no

Sample Input Copy

18

Sample Output Copy

yes

Source/Category