摘要: 实验1: 点击查看代码 #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-31 17:04 hhqdream 阅读(5) 评论(1) 推荐(0)