摘要: 实验任务1 源代码task1.c 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) 阅读全文
posted @ 2026-04-21 15:03 wuhahahaha 阅读(15) 评论(0) 推荐(1)