Problem1057--数组计数器-平均分以上

1057: 数组计数器-平均分以上

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 603  Solved: 324
[Status] [Submit] [Creator:]

Description

小明的班里有10个同学参加了考试,老师请
小明来数一数,有多少个人考到了平均分以上。
题目保证平均分为int类型。

Input

10个同学的分数

Output

平均分以上的人数个数(包含平均分)

Sample Input Copy

2 4 3 7 5 9 8 5 6 1

Sample Output Copy

6

Source/Category

 入门