1437: 大小写字母转换

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

Description

从键盘输入一个字母,若该字母为大写字母,则将其转换为小写字母并输出,若该字母为小写字母,则转换为大写字母并输出。

Input

A

Output

a

Sample Input Copy

a

Sample Output Copy

A