摘要:
#include #include #include #include using namespace std; typedef struct Node { struct Node *next; int l;//线性表的长度 int data; } Node; Node *head,*head1,*tail,*p,*q; int S,n; void Showmai... 阅读全文
posted @ 2014-09-09 10:21
人艰不拆_zmc
阅读(385)
评论(0)
推荐(0)
浙公网安备 33010602011771号