["A","B","C"].map{|e| a,b=gets.split [-a.to_i,b.to_i,e] }.sort.each{|e| puts e[2] }