Problem H: 判断字符数字

Problem H: 判断字符数字

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

输入一个字符c,如果是数字,输出“数字”,否则输出“其它”。

Sample Input Copy

0

Sample Output Copy

数字