摘要: 源程序: #include <stdio.h>#include <string.h>#define N 5 struct student //数据类型{ int num; //学号 char sname[25]; //姓名 char sex[4]; //性别 int age; //年龄}; stru 阅读全文
posted @ 2022-04-14 12:36 bobo哥 阅读(1789) 评论(0) 推荐(1)