摘要: 题意简述 给出长度为 $n(1\le n\le 10^5)$ 的序列 $a_i(1\le a_i\le 10^{15})$,求 $a_i$ 的最长的一个子序列 $\{b_1,b_2,\cdots,b_m\}$,满足 $\forall i\in[1,m),|b_i-b_{i+1}|\ge d$($d$ 阅读全文
posted @ 2023-08-29 22:42 Hadtsti 阅读(225) 评论(0) 推荐(0)