Problem

5 /21


Number of minimum elements

Problem

The results of testing a certain group of people are given. Determine the number of people who scored the minimum number of points.

Input
The first line specifies the number of people who were tested (no more than 100). The second line contains the results. All numbers are integers no greater than 100.

Imprint
Print the answer to the problem.
 
Example
# Input Output
1 10
10 8 10 8 10 8 8 8 10 8
6