#B2115. Decrypt the Encrypted Message

    ID: 11197 Type: Default 1000ms 256MiB

Decrypt the Encrypted Message

Decrypt the Encrypted Message

In intelligence communication, to avoid interception, information is often encrypted. A simple encryption method is provided: for a given string, all letters from ay\texttt{a}\sim\texttt{y} and AY\texttt{A}\sim\texttt{Y} are replaced by their following letter, while z\texttt{z} and Z\texttt{Z} are replaced by a\texttt{a} and A\texttt{A} respectively. Other non-letter characters remain unchanged.

Note: The input provided is an encrypted string. Your task is to decrypt it to obtain the original message.

inputFormat

The input consists of a single line containing the encrypted string. This string may include letters and other characters.

outputFormat

Print the decrypted original message according to the decryption rule.

sample

b
a