Decode string #2

View as PDF

Points: 100 (p) Time limit: 1.0s Memory limit: 256M Input: stdin Output: stdout

Mật mã Atbash là có quy tắc khá đặc biệt, đó là ĐẢO NGƯỢC:
z -> a, y -> b, x -> c,..., a -> z

Input

  • Xâu \(S\) trước khi giải mã \((0 < |S| < 225)\)

Output

  • Đưa ra kết quả mà đề bài yêu cầu

Example

Test 1
Input
gsv rmerhryov draziw rh dzgxsrmt
Output
the invisible wizard is watching

Comments

There are no comments at the moment.