摘要: 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 @ 2020-03-13 15:22 北叶青藤 阅读(172) 评论(0) 推荐(0) 编辑