摘要: 题目:给出百分制成绩,要求输出成绩等级'A',"B','℃','D','E'。 90 分以上为'A',80-89 分为'B’,70-79 分为'C',60-69分为 'D',60 分以下为 'E'。 代码: #include <stdio.h> #include <stdlib.h> int mai 阅读全文
posted @ 2024-12-09 10:41 昵-称 阅读(60) 评论(0) 推荐(0)