摘要: task-1 源代码 #include <stdio.h> char score_to_grade(int score); // 函数声明 int main() { int score; char grade; while(scanf("%d", &score) != EOF) { grade = 阅读全文
posted @ 2025-10-25 22:13 pp-p 阅读(7) 评论(1) 推荐(0)