0628. Maximum Product of Three Numbers
Description
**Input:** nums = [1,2,3]
**Output:** 6**Input:** nums = [1,2,3,4]
**Output:** 24**Input:** nums = [-1,-2,-3]
**Output:** -6ac
Last updated
**Input:** nums = [1,2,3]
**Output:** 6**Input:** nums = [1,2,3,4]
**Output:** 24**Input:** nums = [-1,-2,-3]
**Output:** -6Last updated