摘要: #include #include using namespace std; typedef struct node{ char ch; node* lc,*rc; }node,*Node; string s; Node build(Node p,int& k){ if(s[k]'#'){ k++; 阅读全文
posted @ 2021-10-17 19:21 Lindseyyip 阅读(46) 评论(0) 推荐(0) 编辑