摘要: 实验3 实验任务1 task1.c 代码: #include <stdio.h> #include <stdlib.h> char score_to_grade(int score); // 函数声明 int main() { int score; char grade; while (scanf( 阅读全文
posted @ 2025-04-03 15:34 Bloon682 阅读(50) 评论(0) 推荐(0)