摘要: Given an integer array, find three numbers whose product is maximum and output the maximum product. Example 1: Input: [1,2,3] Output: 6 Example 2: Inp 阅读全文
posted @ 2017-06-27 14:25 Grandyang 阅读(6693) 评论(2) 推荐(0)
Fork me on GitHub