1066: 判断字符
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:265
Solved:147
Description
Ken 给一个字符 $c$ 做了简单的分类。
如果 $c$ 是数字,则属于 digit。
如果 $c$ 是小写字母,则属于 lowercase。
如果 $c$ 是大写字母,则属于 uppercase。
如果以上条件都不满足,则属于 other。
如果 $c$ 是数字,则属于 digit。
如果 $c$ 是小写字母,则属于 lowercase。
如果 $c$ 是大写字母,则属于 uppercase。
如果以上条件都不满足,则属于 other。
Input
一行,包含一个字符。
Output
输出对应的类别。
Sample Input Copy
9
Sample Output Copy
digit