2019年5月3日

摘要: A sequence X_1, X_2, ..., X_n is fibonacci-like if: n >= 3 X_i + X_{i+1} = X_{i+2} for all i + 2 <= n Given a strictly increasing array A of positive 阅读全文
posted @ 2019-05-03 07:55 一直走在路上 阅读(113) 评论(0) 推荐(0)

导航