node_char->next_c=NULL; node_char->next=NULL; } else { node->next=node_char; node_char->next_c=NULL; node_char->next=NULL; } p=q; n=0; x=0; y=0; if(mark_2==0) { head=node; mark_2=1; } } return head; } //作只有加减乘除运算的表达式求值 ...