摘要: [题面传送门](https://www.luogu.com.cn/problem/P3600) ~~我竟然独立搞出了这道黑题!incredible!~~ u1s1 这题是我做题时间跨度最大的题之一…… 首先讲下我四个月前想出来的 $n^2\log n$ 的做法吧。 记 $f(a)=\max\limi 阅读全文
posted @ 2021-03-13 20:52 tzc_wk 阅读(65) 评论(0) 推荐(0)
摘要: [Atcoder 题面传送门](https://atcoder.jp/contests/agc001/tasks/agc001_e) & [洛谷题面传送门](https://www.luogu.com.cn/problem/AT1983) Yet another 思维题…… 注意到此题 $n$ 数据 阅读全文
posted @ 2021-03-13 19:49 tzc_wk 阅读(77) 评论(0) 推荐(0)
摘要: [Codeforces 题目传送门](https://codeforces.com/contest/1097/problem/G) & [洛谷题目传送门](https://www.luogu.com.cn/problem/CF1097G) 首先看到这题我的第一反应是:这题跟[这题](https:// 阅读全文
posted @ 2021-03-13 19:28 tzc_wk 阅读(48) 评论(1) 推荐(0)
摘要: [Codeforces 题目传送门](https://codeforces.com/contest/1476/problem/G) & [洛谷题目传送门](https://www.luogu.com.cn/problem/CF1476G) ~~震惊!我竟然独立切掉了这道 *3100 的题!~~ ~~ 阅读全文
posted @ 2021-03-13 15:39 tzc_wk 阅读(85) 评论(0) 推荐(0)
摘要: [Codeforces 题目传送门](https://codeforces.com/contest/627/problem/E) & [洛谷题目传送门](https://www.luogu.com.cn/problem/CF627E) 下设 $n,m$ 同阶。 首先有一个傻子都会的暴力做法,枚举矩形 阅读全文
posted @ 2021-03-13 00:06 tzc_wk 阅读(147) 评论(0) 推荐(0)