摘要: 1. Integers Have Friends 2.0 传送门 题意: 给出一个长度为$n$ 的数组,选出一个最长的子序列,存在一个 \(m \geq 2\) 使得 \(a_{k1}\%m=a_{k2}\%m=a_{k3}\%m=....\) 求最长的长度。 题解: $codeforces$​上的 阅读全文
posted @ 2021-08-18 10:20 TheBestQAQ 阅读(53) 评论(0) 推荐(0)