随笔分类 - tree
摘要:一道纯数学题,但是老师把这到题归为tree不知道是为什么#include #include #include #define N 0.1using namespace std;int main(){ int n,m; while(~scanf("%d%d",&n,&m)&& (n!=0 ...
        阅读全文
                
摘要:已知前序中序求后序#include #include #include #include using namespace std;string po;void Computing(string pre,string in){ int len=pre.length(); if(len>0)...
        阅读全文
                
                    
                
浙公网安备 33010602011771号