["A","B","C"].map{|e| [-gets.to_i,e] }.sort.each{|e| puts e[1] }