摘要: 试验任务1 1 1 #include <stdio.h> 2 char score_to_grade(int score); 3 int main() 4 { 5 int score; 6 char grade; 7 while(scanf("%d",&score) !=EOF){ 8 grade= 阅读全文
posted @ 2025-10-26 14:25 哈气的大猫 阅读(18) 评论(1) 推荐(0)