摘要: task1.c 1 #define _CRT_SECURE_NO_WARNINGS 2 #include <stdio.h> 3 #include <string.h> 4 #define N 3 // 运行程序输入测试时,可以把这个数组改小一些输入测试 5 typedef struct stude 阅读全文
posted @ 2023-12-17 17:19 韷 阅读(14) 评论(0) 推荐(0)