Problem1112--字符---判断是否是数字

1112: 字符---判断是否是数字

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 1453  Solved: 1000
[Status] [Submit] [Creator:]

Description

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

Input

一个可见字符

Output

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

Sample Input Copy

0

Sample Output Copy

yes

Source/Category

 基础C