import Data.Char main=getLine>>=putStrLn.map (chr.(+65).(`mod`26)).zipWith subtract[1..].map (subtract 65.ord)