1336: 2006年春浙江省计算机等级考试二级C 编程题(1)
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:9
Solved:3
Description
编写程序,输入一批学生的成绩,遇0或负数则输入结束,要求统计并输出优秀(大于85)、通过(60~84)和不及格(小于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