#P7465. [2017年杭电多校]RXD's date
[2017年杭电多校]RXD's date
RXD's date
Problem Description
As we all know that RXD is a life winner, therefore he always goes out, dating with his female friends. Nevertheless, it is a pity that his female friends don't like extremely hot temperature. Due to this fact, they would not come out if it is higher than 35 degrees. RXD is omni-potent, so he could precisely predict the temperature in the next days, but he is poor in counting. He wants to know, how many days are there in the next days, in which he could go out and date with his female friends.
Input
There is only one test case. The first line consists of one integer . The second line consists of integers which means the temperature in the next days.
Output
Output an integer which means the answer.
Sample Input
5
33 34 35 36 37
Sample Output
3
Source
2017 Multi-University Training Contest - Team 3