3114: 字母转换

Memory Limit:256 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:3 Solved:2

Description

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

Input

输入一个大写字母

Output

输出大写字母对应的小写字母

Sample Input Copy

A

Sample Output Copy

a

HINT