Problem AV: [数组基础]找出比平均值大的数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:333 Solved:58

Description

请输出n件物品中不小于平均价格的物品数量。

Input

两行 第一行,n 第二行,n个价格

Output

一行,一个整数

Sample Input Copy

5
45.6 48.9 43 43 43

Sample Output Copy

2

Source/Category