摘要: 实验任务111111111 1 #include <stdio.h> 2 3 char score_to_grade(int score); 4 int main() { 5 int score; 6 char grade; 7 8 while(scanf_s("%d", &score) != EO 阅读全文
posted @ 2025-10-30 22:41 顾添乐 阅读(9) 评论(1) 推荐(0)