摘要: 已知前序中序求后序#include #include #include #include using namespace std;string po;void Computing(string pre,string in){ int len=pre.length(); if(len>0)... 阅读全文
posted @ 2014-10-29 19:33 Scale_the_heights 阅读(139) 评论(0) 推荐(0)