Problem5879--大写字母变小写字母

5879: 大写字母变小写字母

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

Description

大写字母变小写字母。

Input

一行输入大写字母。保证输入合法。

Output

一行输出对应的小写字母。

Sample 1 Input

A

Sample 1 Output

a

Sample 2 Input

B

Sample 2 Output

b

Sample 3 Input

Z

Sample 3 Output

z

Source/Category