摘要: task1 #include <stdio.h> char score_to_grade(int score); int main() { int score; char grade; while (scanf("%d", &score) != EOF) { grade = score_to_gra 阅读全文
posted @ 2025-04-09 21:17 乐一乐路过 阅读(18) 评论(0) 推荐(0)