Problem1684--C语言4.10

1684: C语言4.10

Time Limit: 1 Sec  Memory Limit: 32 MB
Submit: 10  Solved: 9
[Submit] [Status] [Web Board] [Creator:]

Description

读入一个大写字母,输出对应的小写字母。

Input

一个大写字母。

Output

输出读入的大写字母对应的小写字母。
请注意行尾输出换行。

Sample Input Copy

A

Sample Output Copy

a

Source/Category