摘要: 实验任务1 程序源代码: #include<stdio.h> #include<stdlib.h> #include<string.h> #define N 10 // 测试时将值改为3 typedef struct student { int id; /*学生学号 */ char name[20] 阅读全文
posted @ 2020-12-25 11:02 刘子涵 阅读(102) 评论(1) 推荐(0)