ary = gets.chomp.chars.map(&:to_i).sort ary2 = ary.reverse.map(&:to_s) str = "" ary2.each do |num| p num.to_i end puts ""