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