摘要: 一:实验结论: 1:验证性任务1: (1)源代码: #include<stdio.h> #include<stdlib.h> #include<string.h> #define N 3 typedef struct student{ int id; //学号 char name[20]; //姓名 阅读全文
posted @ 2021-06-10 08:07 Dictator——博客 阅读(45) 评论(2) 推荐(0)