摘要: Input: [2,3,-2,4] Output: 6 Explanation: [2,3] has the largest product 6. Input: [2,-5,-2,-4,3] Output: 24 Explanation: [-2,-4,3] has the largest prod 阅读全文
posted @ 2020-03-07 11:53 habibah_chang 阅读(95) 评论(0) 推荐(0)