#include #include struct slist { int data; struct slist *next; }; typedef struct slist SLIST; SLIST *creat(int n)//建立链表 { int i; SLIST *h*s*r; h=(SLIST)malloc(sizeof(SLIST; r=h; fo