|
Array is Given from N integer element. With keyboards is entered number, consider, how much elements of the array more given numbers. The Array and amount element are entered with keyboards. If element of the array is compared count;calculate;list, that this element not to consider. If amount array element is 0, that program must be closed.
Input given: amount array element, array, number
Output given: number
Example input data
4
-1
1
2
-6
1
Example output data
1
|