#include #include struct linknode { int data; struct linknode *next; }; struct linknode *create( int n)//创建单链表 { int d; int i=1,j=0; struct linknode *head*s*t; head=NULL; printf"建立一