If `X` and `Y` are both leaf nodes in a binary tree, then there
If `X` and `Y` are both leaf nodes in a binary tree, then there exists a binary tree with preorder traversal sequence ...`X`...`Y`... and postorder traversal sequence ..`.Y`...`X`.... ~@[](2)答案:FALSE