摘要: 实验3 任务1 task1 #include <stdio.h> char score_to_grade(int score); // 函数声明 int main() { int score; char grade; while(scanf("%d", &score) != EOF) { grade 阅读全文
posted @ 2025-04-07 14:48 wwwxyz 阅读(28) 评论(0) 推荐(0)