1923: 【CSP字符串】字符串加密?▅

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

Description

在情报传递过程中,为了防止情报被截获,往往需要对情报用一定的方式加密,简单的加密算法虽然不足以完全避免情报被破译,但仍然能防止情报被轻易的识别。

我们给出一种最简的的加密方法,对给定的一个字符串,把其中从 lns="http://www.w3.org/1998/Math/MathML">ay ,lns="http://www.w3.org/1998/Math/MathML">AY 的字母用其后继字母替代,把 lns="http://www.w3.org/1998/Math/MathML">z 和 lns="http://www.w3.org/1998/Math/MathML">Z 用 lns="http://www.w3.org/1998/Math/MathML">a 和 lns="http://www.w3.org/1998/Math/MathML">A 替代,其他非字母字符不变,则可得到一个简单的加密字符串。

Input

输入一行,包含一个字符串,长度不超过 lns="http://www.w3.org/1998/Math/MathML">80 个字符。

Output

输出每行字符串的加密字符串。

Sample Input Copy

study c++!

Sample Output Copy

tuvez d++!