上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 81 下一页
摘要: [Codeforces 题目传送门](https://codeforces.com/contest/521/problem/D) & [洛谷题目传送门](https://www.luogu.com.cn/problem/CF521D) 一道不算太难的贪心,可惜又没自己想出来,~~显然省选之后我的能力 阅读全文
posted @ 2021-04-15 23:15 tzc_wk 阅读(95) 评论(1) 推荐(0)
摘要: [Codeforces 题目传送门](https://codeforces.com/contest/516/problem/D) & [洛谷题目传送门](https://www.luogu.com.cn/problem/CF516D) 这是一道 jxd 的作业题,感觉难度不是特别大(虽然我并没有自己 阅读全文
posted @ 2021-04-14 23:19 tzc_wk 阅读(56) 评论(0) 推荐(0)
摘要: [Atcoder 题面传送门](https://atcoder.jp/contests/agc038/tasks/agc038_e) & [洛谷题面传送门](https://www.luogu.com.cn/problem/AT5202) 我竟然能独立做出 Ag 的 AGC E,incredible 阅读全文
posted @ 2021-04-13 23:16 tzc_wk 阅读(136) 评论(0) 推荐(0)
摘要: RT,存张图备忘 ![](https://cdn.luogu.com.cn/upload/image_hosting/3xosziov.png) 阅读全文
posted @ 2021-04-13 21:52 tzc_wk 阅读(324) 评论(1) 推荐(0)
摘要: [题面传送门](https://www.luogu.com.cn/problem/P5643) 一道挺综合的 hot tea,放到 PKUWC 的 D2T2 还挺喜闻乐见的( 首先我们考虑怎样对一个固定的集合 $S$ 计算答案,注意到我们要求的是一个形如 $E(\max(S))$ 的式子,套用 Mi 阅读全文
posted @ 2021-04-13 18:02 tzc_wk 阅读(80) 评论(0) 推荐(0)
摘要: 大家好,今天我们来聊聊~~淀粉质~~点分治。~~又开了个有点大的坑(~~ 点分治是一种针对树上路径问题的强有力的算法。一般看到与树上任意两点之间的路径有关的问题,那这题八成就是点分治了。那么点分治究竟是个什么玩意儿呢?我们不妨先来看道例题:[P3806 【模板】点分治1](https://www.l 阅读全文
posted @ 2021-04-12 22:55 tzc_wk 阅读(254) 评论(2) 推荐(4)
摘要: [题面传送门](https://www.luogu.com.cn/problem/P4707) 首先看到这种求形如 $E(\max(T))$ 的期望题,可以套路地想到 Min-Max 容斥 $\max(S)=\sum\limits_{T\subseteq S}(-1)^{|T|-1}\min(T)$ 阅读全文
posted @ 2021-04-12 22:41 tzc_wk 阅读(70) 评论(0) 推荐(0)
摘要: [vjudge 题面传送门](https://vjudge.net/problem/51Nod-1355) 首先我们知道斐波那契数列的 lcm 是不太容易计算的,但是它们的 gcd 非常容易计算——$\gcd(f_x,f_y)=f_{\gcd(x,y)}$,该性质已在我的[这篇博客](https:/ 阅读全文
posted @ 2021-04-10 22:47 tzc_wk 阅读(141) 评论(0) 推荐(0)
摘要: ## Day -24 - 2021.3.16 终于停课了(bushi)…… 稍微规划了下省选前听课的日程,大约周二(3.16)请一天,周四(3.18)请一天,周五(3.19)请半天?月考正常考,月考完请两周? 不管怎样 JSOI 2021 冲一把吧。 ## Day -15 - 2021.3.25 月 阅读全文
posted @ 2021-04-09 22:48 tzc_wk 阅读(1536) 评论(8) 推荐(3)
摘要: [Codeforces 题目传送门](https://codeforces.com/contest/571/problem/E) & [洛谷题目传送门](https://www.luogu.com.cn/problem/CF571E) u1s1 感觉此题思维难度不太大,不过大概是细节多得到了精神污染 阅读全文
posted @ 2021-04-08 23:09 tzc_wk 阅读(77) 评论(0) 推荐(0)
上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 81 下一页