# yukicoder My Practice # author: Leonardone @ NEETSDKASU puts gets.to_i.succ.to_s(26).chars.map{|c|('A'..'Z').to_a[c.to_i(26)-1]}*""