b=[[gets.to_i,"A"],[gets.to_i,"B"],[gets.to_i,"C"]].sort.reverse puts b[0][1] puts b[1][1] puts b[2][1]