摘要: 一.任务一 1.源代码 1 #define _CRT_SECURE_NO_WARNINGS 2 #include<stdio.h> 3 4 char score_to_grade(int score); // 函数声明 5 6 7 int main() { 8 int score; 9 char g 阅读全文
posted @ 2026-04-21 09:18 昵称不足4个字符 阅读(12) 评论(0) 推荐(0)