kobe824

导航

2026年4月17日

实验3

摘要: 实验任务1 #include <stdlib.h> char score_to_grade(int score); int main() { int score; char grade; while(scanf("%d", &score) != EOF) { grade = score_to_gra 阅读全文

posted @ 2026-04-17 09:40 kobebrant24 阅读(17) 评论(0) 推荐(0)