BJFU—214基于链式存储结构的图书信息表的创建和输出
#include<stdio.h>#include<stdlib.h>#define MAX 100 typedef struct bNode{ double no; cha ...
#include<stdio.h>#include<stdlib.h>#define MAX 100 typedef struct bNode{ double no; cha ...