摘要:
题目 推出神秘结论之后,使用线段树分治即可 code #include<bits/stdc++.h> using namespace std; #define N 506 #define M 200005 int n,m,zu,ID,tot; const int mod=1145141; int m 阅读全文
posted @ 2024-02-27 21:59
hubingshan
阅读(52)
评论(0)
推荐(0)
摘要:
题目 有一个神奇的结论 \(\forall a<b<c , a \oplus c > min(a \oplus b,b \oplus c)\) 然后就可以写出 \(n^2\) dp,再用TRIE树优化即可 code #include<bits/stdc++.h> using namespace st 阅读全文
posted @ 2024-02-27 21:56
hubingshan
阅读(33)
评论(0)
推荐(0)

浙公网安备 33010602011771号