Problem3270--周周练-第2周:字符2

3270: 周周练-第2周:字符2

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 9  Solved: 8
[Status] [Submit] [Creator:]

Description

输入一个字符,判断是否是数字字符

Input

一个可见字符

Output

如果是数字,输出yes,不是输出no

Sample Input Copy

0

Sample Output Copy

yes

Source/Category