The statement shows the salary paid to each of the employees of the company for the month. Determine the number of employees with a salary of less than 5000.
Input data: in the first line enter the number N (25 <= N <= 100) - the number of employees of the company, in the following lines enter N numbers (one number per line) - the salary of each employee .
Output: inoutput the answer to the problem
Examples
# |
Input |
Output |
1 |
5
10000
2000
4000
5000
6000
| 2 |