Submit | All submissions | Best solutions | Back to list |
EIABOVEA - Above Average |
Read N integer (-2*10^9 <= ai <= 2*10^9) from input, compute their average, and find out how many numbers are above the average.
Input
Output
Example
Input: 5 1 2 3 4 5 Output: 2