0e82216

导航

2025年10月28日 #

实验3

摘要: task1 点击查看代码 #include <stdio.h> char score_to_grade(int score); int main() { int score; char grade; while(scanf("%d", &score) != EOF) { grade = score_ 阅读全文

posted @ 2025-10-28 21:11 一条小鲫鱼吖 阅读(5) 评论(1) 推荐(0)