[蓝桥杯2020] E.成绩统计
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.
Description
小蓝给学生们组织了一场考试,卷面总分为100 分,每个学生的得分都是一个0 到100 的整数。 如果得分至少是60 分,则称为及格。如果得分至少为85 分,则称为优秀。
请计算及格率和优秀率,用百分数表示,百分号前的部分四舍五入保留整数。
Format
Input
输入的第一行包含一个整数n,表示考试人数。
接下来n 行,每行包含一个0 至100 的整数,表示一个学生的得分。
Output
输出两行,每行一个百分数,分别表示及格率和优秀率。
百分号前的部分四舍五入保留整数。
Samples
7
80
92
56
74
88
100
0
71%
43%
Limitation
1s, 1024KiB for each test case.
2022蓝桥模拟赛
- Status
- Done
- Rule
- OI
- Problem
- 5
- Start at
- 2022-4-8 19:30
- End at
- 2022-4-8 21:30
- Duration
- 2 hour(s)
- Host
- Partic.
- 48