摘要: https://www.luogu.com.cn/problem/AT2289 最后的路径肯定是一段单向的路,假设从右往左走 先假设... 阅读全文
posted @ 2021-10-13 18:47 lahlah 阅读(56) 评论(0) 推荐(0)
摘要: https://www.luogu.com.cn/problem/P5377 考虑欧拉公式 ... 阅读全文
posted @ 2021-10-13 15:42 lahlah 阅读(45) 评论(0) 推荐(0)
摘要: https://www.luogu.com.cn/problem/P6192 分两种情况转移 设 ... 阅读全文
posted @ 2021-10-13 15:31 lahlah 阅读(51) 评论(0) 推荐(0)
摘要: https://www.luogu.com.cn/problem/P5382 写一波传递闭包就行了 其余不难,可以用bitset优化... 阅读全文
posted @ 2021-10-13 15:11 lahlah 阅读(51) 评论(0) 推荐(0)
摘要: https://www.luogu.com.cn/problem/AT2346 发现 ... 阅读全文
posted @ 2021-10-13 15:05 lahlah 阅读(51) 评论(0) 推荐(0)
摘要: https://www.luogu.com.cn/problem/P4782 看这篇讲解吧 https://www.luogu.co... 阅读全文
posted @ 2021-10-13 14:56 lahlah 阅读(55) 评论(0) 推荐(0)
摘要: https://www.luogu.com.cn/problem/CF1305G 考虑把边变成 ... 阅读全文
posted @ 2021-10-13 14:54 lahlah 阅读(36) 评论(0) 推荐(0)
摘要: Day1 http://zhengruioi.com/contest/1005 我是傻狗,4道憨批题都不会 分析题全挂,不愧是你 考... 阅读全文
posted @ 2021-10-13 07:47 lahlah 阅读(58) 评论(0) 推荐(0)
摘要: https://www.luogu.com.cn/problem/AT2161 考虑DP 设 ... 阅读全文
posted @ 2021-10-13 07:22 lahlah 阅读(42) 评论(0) 推荐(0)
摘要: https://www.luogu.com.cn/problem/AT2272 首先要注意到xor是不进位的加法 所以加法可以表示成... 阅读全文
posted @ 2021-10-13 07:15 lahlah 阅读(62) 评论(0) 推荐(0)