| Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб. Prepared by Ibrahim Mesecan.
 
 
  Number of Numbers over Average 
You are given a series of numbers, show the number of numbers which are greater than the average. 
 
Input specification  The first number is the number of numbers (n) in the series where 1 < n ≤ 100.000. Then you will be given n
integer numbers where each of the is between -10.000 and 10.000.
 
 Output specification
 Just give one number which shows the number of numbers which are greater than the average of the series.
 
  Sample Input I:   5
 1 2 3 4 5
 
  Sample Output I:   2
  Sample Input II:   5
 -898 -833 570 245 629
 
  Sample Output II:   3
 Для отправки решений необходимо выполнить вход.
 
 
 |