摘要: 任务1 问题: 功能:判断分数对应的等级;形参:整形;返回值:字符型 每一行后面没有加break,会导致后面的字母都显示出来 源代码: `#include <stdio.h> char score_to_grade(int score); int main (){ int score; char g 阅读全文
posted @ 2025-10-31 02:26 梁宜萱 阅读(6) 评论(1) 推荐(0)