#D. 考级202206-4:计算成绩优秀的人数

    Type: Default 1000ms 256MiB

考级202206-4:计算成绩优秀的人数

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目描述

现有一个班一门课程考试的分数,请统计其中成绩为优秀的人数。

成绩为优秀的要求是分数大于等于85分。

输入格式

第一行是一个整数n,表示人成绩分数的人数。(0 <= n <= 100)。

第二行是n个整数,表示分数,分数小于等于100。

输出格式

一个整数,表示成绩优秀的人数。

输入样例数据 1

10

85 70 99 90 78 55 100 62 88 84

输出样例数据 1

5

数据范围与提示

0 <= n <= 100

还有一级(第9轮)

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
5
Start at
2023-7-30 22:15
End at
2023-8-19 2:15
Duration
460 hour(s)
Host
Partic.
13