eolymp
bolt
Спробуйте наш новий інтерфейс для відправки розв'язків
Задачі

Cinderella

Cinderella

Ліміт часу 1 секунда
Ліміт використання пам'яті 256 MiB

Cinderella is given a task by her Stepmother before she is allowed to go to the Ball.

There are N (1N1000) bottles with water in the kitchen. Each bottle contains L_i (0L_i10^6) ounces of water and the maximum capacity of each is 10^9 ounces. To complete the task Cinderella has to pour the water between the bottles to fill them at equal measure.

Cinderella asks Fairy godmother to help her. At each turn Cinderella points out one of the bottles. This is the source bottle. Then she selects any number of other bottles and for each bottle specifies the amount of water to be poured from the source bottle to it. Then Fairy godmother performs the transfusion instantly.

Please calculate how many turns Cinderella needs to complete the Stepmother’s task.

Вхідні дані

The first line of input contains an integer number N (1N1000) — the total number of bottles.

On the next line integer numbers Li are contained (0L_i10^6) — the initial amount of water contained in ith bottle.

Вихідні дані

Output a single line with an integer S — the minimal number of turns Cinderella needs to complete her task.

Приклад

Вхідні дані #1
3
5 7 7
Вихідні дані #1
2
Джерело ACM ICPC 2012-2013, NEERC, Moscow Subregion, Moscow, Sunday, October 21, 2012