python:实现在list中找到next greatest element下一个更大元素算法 from __future__ import annotations arr = [-10, -5, 0, 5, 5.1, 11,