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