游客 Signup | Login
中文 | En

2093 - 平均值统计

通过次数

0

提交次数

0

Time Limit : 1 秒 Memory Limit : 128 MB

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

Input

10个数

Output

大于平均数的个数

Examples

Input Format

1 2 3 4 5 6 7 8 9 10

Output Format

5