#176. 统计人数

统计人数

Description

读入n个人的成绩,输出比平均分少的人的个数。

Input Format

输入格式: 第一行:n n<=100 第二行:n个由空格隔开的整数。

Output Format

输出格式: 一个整数m,表示低于平均分的人数。

Sample

input

3
10 20 10

output

2

Hint

时间限制:1s1 \text {s}