#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 tt days, but he is poor in counting. He wants to know, how many days are there in the next tt 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 tt. The second line consists of tt integers cic_i which means the temperature in the next tt days. 1t10001\leq t\leq 1000 0ci500\leq c_i\leq 50

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

https://acm.hdu.edu.cn/showproblem.php?pid=6066