摘要: 实验任务1 源代码 1 #include <stdio.h> 2 char score_to_grade(int score); 3 int main(){ 4 int score; 5 char grade; 6 while(scanf("%d",&score)!=EOF){ 7 grade=sc 阅读全文
posted @ 2025-10-26 14:41 徐维彬 阅读(5) 评论(1) 推荐(0)