「CFgym100514R」6227020800

2014年11月2日2,6230

You are given an encrypted string, encrypted using a certain algorithm.Decrypt it !

Input

The first and single line of input contains a string s, which each of it’s characters is a lower case English letter. (1 ≤ |s| ≤ 105)

Output

Print the original string.

Sample test(s)
input

output

input

output

input

output

题解

恺撒密码。。。

 

avatar
  Subscribe  
提醒