$<.map.with_index{|s,i|h,w=s.split.map &:to_i;[-h,w,65+i]}.sort.map{|e|puts e[2].chr}