摘要:
#include #include #include #include using namespace std;int z[30],h[30];class Tree{public: int data; Tree *lchild; Tree *rchild; Tree() { lchild=NULL; rchild=NULL; }}*... 阅读全文
posted @ 2017-08-11 21:13
杰瑞不辣~
阅读(144)
评论(0)
推荐(0)
浙公网安备 33010602011771号