摘要: #include<stdio.h>#include<time.h>#include<stdlib.h>#include<string.h> typedef struct ticket //车票类{ int number; //班次号 char dtime[20]; //发车时间 char start 阅读全文
posted @ 2021-06-21 11:24 小恐龙吃蚊子 阅读(1280) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h>#include<string.h>#include<stdlib.h>#include<windows.h>typedef struct student //定义结构体 { char name[20]; //姓名 char num[15]; //学号 char s 阅读全文
posted @ 2021-06-21 11:23 小恐龙吃蚊子 阅读(666) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h>#include<string.h>#include<stdlib.h>#include<windows.h>typedef struct student //定义结构体 { char name[20]; //姓名 char num[15]; //学号 char s 阅读全文
posted @ 2021-06-21 11:22 小恐龙吃蚊子 阅读(434) 评论(0) 推荐(0) 编辑