#X1. 大小写转换

大小写转换

Background

大小写转换

Description

把大写字母转换为小写字母,小写字母转换为大写字母

Format

Input

输入一个字母

Output

输出转换后的字母

Samples

A
a

Limitation

1s, 1024KiB for each test case.