摘要: #include #include using namespace std; typedef struct fff{ int data; fff* next; fff* pre; }node,*Node; void build(Node p){ int n; cin>>n; while(n--){ 阅读全文
posted @ 2021-11-03 18:19 Lindseyyip 阅读(92) 评论(0) 推荐(0)