04 2025 档案

摘要:https://home.cnblogs.com/u/MA2C 阅读全文
posted @ 2025-04-08 21:05 MA2C 阅读(15) 评论(0) 推荐(0)
摘要:任务一 #include <stdio.h> char score_to_grade(int score); // 函数声明 int main() { int score; char grade; while(scanf("%d", &score) != EOF) { grade = score_t 阅读全文
posted @ 2025-04-08 21:01 MA2C 阅读(26) 评论(0) 推荐(0)