Python:实现分而治之算法 from __future__ import annotations def find_max(nums: list[int | float], left: int, right: