摘要: 最终代码: 主要函数块 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<string.h> 4 #include<time.h> 5 struct student //定义结构体 6 { 7 char name[20]; 8 int numbe 阅读全文
posted @ 2019-12-16 19:25 阿尔法个贝塔 阅读(307) 评论(0) 推荐(0) 编辑