摘要: 实验1 源代码 task.1 #include <stdio.h> char score_to_grade(int score); int main() { int score; char grade; while (scanf("%d", &score) != EOF) { grade = sco 阅读全文
posted @ 2025-10-25 17:57 uggbond 阅读(15) 评论(1) 推荐(0)