1134: C语言4.10

Memory Limit:32 MB Time Limit:1.000 S
Judge Style:Normal Judger Creator:
Submit:5 Solved:3

Description

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

Input

一个大写字母。

Output

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

Sample Input Copy

A

Sample Output Copy

a

Source/Category