Problem2006--2003年秋浙江省计算机等级考试二级C 编程题(1)

2006: 2003年秋浙江省计算机等级考试二级C 编程题(1)

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

Description

输入10个数,求它们的平均值,并输出大于平均值的数据的个数。

Input

10个数

Output

大于平均数的个数

Sample Input Copy

1 2 3 4 5 6 7 8 9 10

Sample Output Copy

5

Source/Category