目录

力扣496. 下一个更大元素 I

力扣496. Next Greater Element I(下一个更大元素 I)

找 nums1 中每个元素在 nums2 中的下一个更大元素。

示例 1:

../posts/01_学习/87_LeetCode/0496_下一个更大元素I/img/0496-1-description.png

输入:...
输出:...
解释:...

提示: