摘要:
#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
阅读(55)
评论(0)
推荐(0)
浙公网安备 33010602011771号