摘要: [题面传送门](https://www.luogu.com.cn/problem/P4094) 一道码农题………… u1s1 感觉这类题目都挺套路的,就挑个有代表性的题写一篇题解罢。 首先注意到答案满足可二分性,故考虑二分答案 $mid$,转化为判定性问题。 考虑怎样检验 $mid$ 是否可行,它等 阅读全文
posted @ 2021-03-07 18:13 tzc_wk 阅读(47) 评论(0) 推荐(0)
摘要: [Atcoder 题面传送门](https://atcoder.jp/contests/agc033/tasks/agc033_d) & [洛谷题面传送门](https://www.luogu.com.cn/problem/AT4927) 首先 $n^5$ 的暴力非常容易想,设 $dp_{a,b,c 阅读全文
posted @ 2021-03-07 14:39 tzc_wk 阅读(48) 评论(0) 推荐(0)
摘要: [Codeforces 题目传送门](https://codeforces.com/contest/258/problem/E) & [洛谷题目传送门](https://www.luogu.com.cn/problem/CF258E) ~~yyq:“hot tea 不常有,做过了就不能再错过了”~~ 阅读全文
posted @ 2021-03-07 14:00 tzc_wk 阅读(88) 评论(0) 推荐(0)
摘要: [Codeforces 题目传送门](https://codeforces.com/contest/633/problem/F) & [洛谷题目传送门](https://www.luogu.com.cn/problem/CF633F) ~~看来我这个蒟蒻现在也只配刷刷 *2600 左右的题了/dk~ 阅读全文
posted @ 2021-03-07 00:21 tzc_wk 阅读(80) 评论(0) 推荐(0)