#176. 统计人数
统计人数
Description
读入n个人的成绩,输出比平均分少的人的个数。
Input Format
输入格式: 第一行:n n<=100 第二行:n个由空格隔开的整数。
Output Format
输出格式: 一个整数m,表示低于平均分的人数。
Sample
input
3
10 20 10
output
2
Hint
时间限制:
Related
In following contests:
读入n个人的成绩,输出比平均分少的人的个数。
输入格式: 第一行:n n<=100 第二行:n个由空格隔开的整数。
输出格式: 一个整数m,表示低于平均分的人数。
input
3
10 20 10
output
2
时间限制:1s
In following contests:
By signing up a code-fans universal account, you can submit code and join discussions in all online judging services provided by us.