1216: 字母转换

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:344 Solved:232

Description

给定一个大写字母,输出其对应的小写字母。

Input

输入一个大写字母。

Output

输出对应的小写字母。

Sample Input Copy

A

Sample Output Copy

a

Source/Category