摘要: 第一题 include <stdio.h> char score_to_grade(int score); // 函数声明 int main() { int score; char grade; while(scanf("%d", &score) != EOF) { grade = score_to 阅读全文
posted @ 2025-04-06 21:07 祖国人和劳大 阅读(23) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/huchuntao 阅读全文
posted @ 2025-04-06 20:06 祖国人和劳大 阅读(10) 评论(0) 推荐(0)