做了好几次都记不住,希望这次彻底明白 class Solution: def lowestCommonAncestor(self , root: TreeNode, o1: int, o2: int) -> int: # write code here &nbs...