06 2023 档案

摘要:## 题意 [传送门](https://www.luogu.com.cn/problem/CF1697F) 构造一个长度为 $n$ 的数列 $a$,满足 $1\le a_i\le k$ 且 $a$ 不降,以及 $m$ 个约束,有三种情况: * `1 i x`,表示 $a_i\ne x$ * `2 i 阅读全文
posted @ 2023-06-14 09:24 realFish 阅读(30) 评论(0) 推荐(0)
摘要:## 题意 [传送门](https://www.luogu.com.cn/problem/CF1808E3) 求有多少包含 $n$ 位数码的 $k$ 进制数,满足存在一位数等于其他 $n-1$ 位数的总和模 $k$。 $1\le n\le 10^{18},1\le k\le 2000$。 ## 题解 阅读全文
posted @ 2023-06-03 16:57 realFish 阅读(24) 评论(0) 推荐(0)