1865: 大小写转换

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

Description

实现字母的大小写转换。多组输入输出。

Input

多组输入,每一行输入大写字母。

Output

针对每组输入输出对应的小写字母。


Sample Input Copy

A
B

Sample Output Copy

a
b