1172: 判断是否为3位数

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

Description

输入一个整数,判断是否为三位数

Input

一个正整数n

Output

如果输入是n是3位数,输出yes,否则输出no

Sample Input Copy

352

Sample Output Copy

yes

Source/Category