摘要: 实验任务1 test1.c #include <stdio.h> char score_to_grade(int score); //函数声明 int main() { int score; char grade; while (scanf("%d", &score) != EOF) { grade 阅读全文
posted @ 2025-10-24 21:33 thirin 阅读(9) 评论(1) 推荐(0)