def ascan; gets.split.map(&:to_i);end a ={} a[-gets.to_i] = "A" a[-gets.to_i] = "B" a[-gets.to_i] = "C" a.sort.each{|k,v| puts v}