1513: 整数是否大于M-Ⅰ
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:68
Solved:30
Description
给你一个整数 你的任务是判断他是否大于100 如果大于 输出 YES 否则输出NO
Input
一个整数
Output
YES或者NO
Sample Input Copy
101
Sample Output Copy
YES