摘要:
题目链接:https://www.luogu.com.cn/problem/P11225 前置知识: Hall 婚姻定理:可以问一下豆包(我是问豆包理解的) 高维前缀和,可以通过以下两道例题理解: arc100_c. Or Plus Max CF1208F. Bits And Pieces 然后就可 阅读全文
posted @ 2026-03-17 16:44
quanjun
阅读(8)
评论(0)
推荐(0)
摘要:
题目链接:https://codeforces.com/problemset/problem/1208/F 其实是 高维后缀和。 解题思路参考自 https://chuna2.787528.xyz/heyuhhh/p/11585358.html 示例程序: #include <bits/stdc++.h 阅读全文
posted @ 2026-03-17 16:43
quanjun
阅读(16)
评论(0)
推荐(0)
摘要:
题目链接:https://atcoder.jp/contests/arc100/tasks/arc100_c 解题思路:来自 vectorwyx 大佬的博客 示例程序: #include <bits/stdc++.h> using namespace std; int n; pair<int, in 阅读全文
posted @ 2026-03-17 16:42
quanjun
阅读(11)
评论(0)
推荐(0)
浙公网安备 33010602011771号