Problem G: 字符串大小写转换

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:4 Solved:2

Description

输入一个字符串(长度不超过100),将字符串中的大写字母转换为小写,小写字母转换为大写,其他字符不变,输出转换后的字符串。

Input

一行字符串(可能包含空格)

Output

转换后的字符串

Sample Input Copy

Hello World

Sample Output Copy

hELLO wORLD