/ * 需 要 在 源 代 码 相 同 目 录 下 创 建 四 个 t x t 文 件 : , , , * /
#include<>
#include<>
#include<>
struct tushu{ /* 图书结构体 */
char num[11]; /* 编号 */
char name[31]; /* 书名 */
char writer[21]; /* 作者 */
char press[21]; /* 出版社 */
char kind[21]; /* 类别 */
double time; /* 时间 */
double price; /* 价格 */
struct tushu *next;
};
struct stu /* 学生结构体 */
{
评论0
最新资源