摘要: task1 1 #include <stdio.h> 2 3 char score_to_grade(int score); // 函数声明 4 5 int main() { 6 int score; 7 char grade; 8 9 while (scanf_s("%d", &score) != 阅读全文
posted @ 2025-10-25 22:21 Novven 阅读(6) 评论(1) 推荐(0)