摘要: 实验五 task1 源代码 1 #define _CRT_SECURE_NO_WARNINGS 2 #include <stdio.h> 3 #include <string.h> 4 #define N 3 5 6 typedef struct student { 7 int id; 8 char 阅读全文
posted @ 2026-06-15 22:56 Lei_YY 阅读(13) 评论(0) 推荐(0)