摘要: task1 1 #define _CRT_SECURE_NO_WARNINGS 2 #include <stdio.h> 3 #include <stdlib.h> 4 5 char score_to_grade(int score); // 函数声明 6 7 int main() { 8 int 阅读全文
posted @ 2025-10-25 18:51 张天宁 阅读(16) 评论(1) 推荐(0)