摘要: Let's call an array A a mountain if the following properties hold: A.length >= 3 There exists some 0 < i < A.length - 1 such that A[0] < A[1] < ... A[ 阅读全文
posted @ 2018-10-18 23:33 杜王町上班族 阅读(86) 评论(0) 推荐(0) 编辑