ChildTree->parent=T; //将后代指向父母 ChildTree->data.dai=ChildTree->parent->data.dai+1; //后代代数等于父母代数加 1
收起
报告相同问题?