摘要:        
1 void getPostFromPre(int preL, int preR) { 2 if (preL > preR) return; 3 int i = preL + 1, j = preR; 4 while (i preL&&pre[j] >= pre[preL]) j--; 6 7 if (i - j != 1) return;...    阅读全文
        
            posted @ 2019-02-10 11:36
何许亻也
阅读(452)
评论(1)
推荐(0)
        
    
                    
                

浙公网安备 33010602011771号