1065: 判断范围

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:223 Solved:147

Description

输入一个整数 $n$ ,如果 $n$ 大于等于 $0$ 并且小于等于 $100$ ,则输出 YES,否则输出 NO

Input

一行,包含一个整数 $n$ ($-200 \le n\le200$)。

Output

输出 YES 或者 NO

Sample Input Copy

34

Sample Output Copy

YES

Source/Category