MODE = "stdio" tmp = Array.new if(defined? MODE) tmp = STDIN.read.split("\n") else iotmp = "\ 26 ".split("\n") iotmp.each{|s| tmp << s.strip } end alphabet = ('A'..'Z').to_a N = tmp[0].to_i a = N arr = [] while true b = a%25 a = a/25 arr<