摘要: 1. 实验任务1 #define _CRT_SECURE_NO_WARNINGS #include<stdio.h> #include<stdlib.h> #include<string.h> #define N 3 typedef struct student{ int id; char name 阅读全文
posted @ 2022-12-21 09:46 不想歪七七 阅读(17) 评论(0) 推荐(0)