s=gets.chars.to_a (s.size).times{|i| print ((s[i].to_i(36)-11-i)%26+10).to_s(36).upcase }