Lyx is the most handsome boy in HNU, he has n(0<n<1e6) small balls, each ball has a label (0<=<=100), lyx want to know how many balls with the largest label.
输入描述:
There are 2 lines. The first line is n, the length of the array, the second line has n integers, ai, represent the label of each ball.
输出描述:
output 1 integer, the number of the ball with the largest label.