arr = "Pwzqemuözrözvykvvgt".split(//) 0.upto(28) {|n| puts arr.map {|c| (c.ord - n).chr}.join }