10 2021 档案
摘要:###题目链接:https://www.luogu.com.cn/problem/UVA10652 #include<bits/stdc++.h> using namespace std; typedef long long ll; const int maxn = 5010; const doub
阅读全文
摘要:###题目链接:https://www.luogu.com.cn/problem/P3175 min−max 容斥公式 : max(S)=∑T!=ϕ,T⊆S(−1)T−1min(T) \(min(S) = \sum\lim
阅读全文
摘要:###题目链接:https://codeforces.com/gym/103202/problem/M 一句话题意:求满足 n∑i=1∑_j=i+1n[ai⊕aj∩S>0]>=k 的集合 S
阅读全文