#OLD243. 大小写转换

大小写转换

Description

输入两个个字符,如果是大写转换成小写,如果是小写,转化称大写

Format

Input

输入两个字符(多组输入)

Output

每次输入占一行。

Samples

a b
A B

Hint