摘要: //容斥原理 //时间复杂度O(2^n-1) #include<bits/stdc++.h> #define int long long using namespace std; const int N=2e6+10; int n,m,res,p[N]; signed main() { cin>>n 阅读全文
posted @ 2023-08-30 12:21 o-Sakurajimamai-o 阅读(152) 评论(0) 推荐(0)
-- --