Problem1117--二级 统计并输出优秀

1117: 二级 统计并输出优秀

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description


编写程序,输入一批学生的成绩,遇0或负数则输入结束,要求统计并输出优秀(大于85)、通过(6084)和不及格(小于60)的学生人数。

运行示例:



Sample Input Copy

88 71 68 70 59 81 91 42 66 77 83 0

Sample Output Copy

>=85:2
60-84:7
<60:2

Source/Category

 switch 白银