Giving you a string N in one line, you need to change the uppercase letter to lowercase, or change the lowercase letter to uppercase, Keep the rest still.
输入解释
Each case consists of one line with a string N.
输出解释
For each test case, output the answer in one line.