会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
spdarkle
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
···
26
下一页
2023年8月20日
CQBZ Round 10
摘要: # CQBZ round 10 心态考爆炸了,emmmm。 最大挂点:T5 原因: 主要:对二项式反演本质理解有问题。 次要:不会及时止损。 ## [jump](http://222.180.160.110:1024/contest/4108/problem/1) 不妨设 $h_0=0$,且固定这个
阅读全文
posted @ 2023-08-20 21:08 spdarkle
阅读(37)
评论(0)
推荐(0)
2023年8月19日
Educational Codeforces Round 153 A~E
摘要: # Educational Codeforces Round 153 ## [A-Not a Substring](https://codeforces.com/contest/1860/problem/A) 题意:给出一个长为 $n$ 的序列,只含有左右括号,要求给出一个长为 $2n$ 的合法括号
阅读全文
posted @ 2023-08-19 07:23 spdarkle
阅读(51)
评论(0)
推荐(0)
2023年8月7日
类欧几里得算法简单形式
摘要: # 类欧几里得算法简单形式 类欧几里得算法,基础版,在 $O(\log n)$ 的时间复杂度下计算: $$ \begin{align*} f(a,b,c,n)&=\sum_{i=0}^n\lfloor\frac{ai+b}{c}\rfloor\\ \end{align*} $$ 我们考虑先化简: 1
阅读全文
posted @ 2023-08-07 16:10 spdarkle
阅读(42)
评论(0)
推荐(0)
Codeforces Round #890 Div.2
摘要: [link](https://codeforces.com/contest/1856) 题号:1856A~E2 ## [A](https://codeforces.com/contest/1856/problem/A) 题面: >给定一个正整数 $n$ 和一个长度为 $n$ 的序列 $a$,重复执行
阅读全文
posted @ 2023-08-07 11:38 spdarkle
阅读(83)
评论(0)
推荐(0)
Atcoder Beginner Contest 313
摘要: # Atcoder Beginner Contest 313 从C开始,由G结束(Ex的插头DP实在有点。 ## [C](https://atcoder.jp/contests/abc313/tasks/abc313_c) >给定数组 $a$,每一次操作形如选择 $1\le i,j\le n$,$a
阅读全文
posted @ 2023-08-07 11:38 spdarkle
阅读(61)
评论(0)
推荐(0)
2023年8月5日
Practice on Codeforces and Atcoder in August
摘要: ## [Educational Codeforces Round 151 A~E](https://www.cnblogs.com/oierpyt/p/17598936.html) ## [Codeforces Round #879 Div.2](https://www.cnblogs.com/oi
阅读全文
posted @ 2023-08-05 15:33 spdarkle
阅读(25)
评论(0)
推荐(0)
2023年8月4日
Codeforces Round 873 (Div. 2)
摘要: # CF 873 题号:CF1828A/B,CF1827A,B1B2CD ## [A](https://codeforces.com/contest/1828/problem/A) > >构造一个长度为 $n$ 的序列 $a$ 满足以下条件。 > >- 对于每个元素 $a_i$ 满足 $a_i \l
阅读全文
posted @ 2023-08-04 19:27 spdarkle
阅读(71)
评论(0)
推荐(0)
Codeforces Round 882 (Div. 2)
摘要: [link](https://codeforces.com/contest/1847) 题号:CF1847A~F ## [A](https://codeforces.com/contest/1847/problem/A) >题意: > >给定一个数组 $\{x_1,x_2,\cdots,x_n\}$
阅读全文
posted @ 2023-08-04 19:26 spdarkle
阅读(46)
评论(0)
推荐(0)
二次扫描与换根法总结
摘要: # 二次扫描与换根法 咕咕得有些久了,再不写就废了。 ~~久了不写题目都记不住了,不过也权当复习~~ 直接看理论吧。 下面直接用 $v$ 表示 $u$ 的子节点。 ## 问题相关 一般二扫的题目很明显。 1. 求当每个节点为根时的答案 2. 求选出一个根节点,使得xxxx最优 3. 求子节点xxx状
阅读全文
posted @ 2023-08-04 19:26 spdarkle
阅读(80)
评论(0)
推荐(0)
2023年8月2日
Codeforces Round #879 Div.2
摘要: [link](https://codeforces.com/contest/1834) 前言:VP了一把,rk731,如果赛上有这发挥就好了。 果然,D是分水岭,一直都是。 ## [Unit Array](https://codeforces.com/contest/1834/problem/A)
阅读全文
posted @ 2023-08-02 19:50 spdarkle
阅读(51)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
26
下一页
公告