摘要: 1;;;; #include <stdio.h> char score_to_grade(int score); int main(){ int score; char grade; while(scanf("%d",&score)!=EOF){ grade=score_to_grade(score 阅读全文
posted @ 2025-10-30 12:27 少女研究司长 阅读(6) 评论(2) 推荐(0)