摘要: Find the second max number in a given array. Example Given [1, 3, 2, 4], return 3. Given [1, 2], return 1. Notice : Attention corner case. Communicate 阅读全文
posted @ 2017-07-21 11:33 YuriFLAG 阅读(168) 评论(0) 推荐(0)