摘要: 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<string.h> 4 #define N 3 // 运行程序输入测试时,可以把N改小一些输入测试 5 6 typedef struct student { 7 int id; /*学生学号 */ 阅读全文
posted @ 2021-06-10 12:20 Jackynuist 阅读(57) 评论(0) 推荐(0)