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