1964: 大小写字母互转

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

Description

输入字母(输入范围为 A-Z、a-z 之间),如果输入是大写,则输出对应的小写字母;反之,则小写转大写。

Input

输入一个英文字母

Output

一个英文字母

Sample Input Copy

A

Sample Output Copy

a