三个表头结点与三个附加表头指针
#include <stdio.h>
#include <stdlib.h>
#include "2_4-25.h"
#define End_Num 1000
typedef int element_type;
void creaklinked(int &h1,int &h2,int &h) // 构造函数
{
element_type x;
int p,q; // p用于构造要插入的结点