1784: 【CSP数组】考试成绩的简单统计▅

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:15 Solved:11

Description

期末考试结束,王老师想知道这次考试中成绩优秀的同学有多少人(考试成绩大于或等于 lns="http://www.w3.org/1998/Math/MathML">90 表示成绩优秀),请你编程帮助王老师来计算出成绩优秀的人数。

Input

第一行,一个整数 lns="http://www.w3.org/1998/Math/MathML">n 代表有 lns="http://www.w3.org/1998/Math/MathML">n 个人的成绩( lns="http://www.w3.org/1998/Math/MathML">n100);

第二行,lns="http://www.w3.org/1998/Math/MathML">n个人的成绩,用空格隔开。

Output

成绩优秀的同学的总人数。

Sample Input Copy

5
98 88 85 99 90

Sample Output Copy

3