#include #include #include struct node{ int data1; /*weishu*/ int data2; /*mima*/ struct node *next; }; void main() { int n,i,b,m,j; struct node *l=(struct node *)malloc(sizeof(struct node)); /*定义一个空结点*/ struct node *p,*q; printf("s