Notice
Recent Posts
Recent Comments
Link
목록2023/12/12 (1)
넘치게 채우기
[LeetCode] 1464. Maximum Product of Two Elements in an Array
https://leetcode.com/problems/maximum-product-of-two-elements-in-an-array/description/ Maximum Product of Two Elements in an Array - LeetCode Can you solve this real interview question? Maximum Product of Two Elements in an Array - Given the array of integers nums, you will choose two different indices i and j of that array. Return the maximum value of (nums[i]-1)*(nums[j]-1). Example 1: Inpu le..
PS/LeetCode
2023. 12. 12. 11:32