摘要:
传送 点击查看代码 #include<bits/stdc++.h> using namespace std; char s[131080]; int _solve(int L,int R,char x) { if(L==R) return s[L]!=x; int M=L+(R-L)/2; int 阅读全文
posted @ 2023-10-07 14:35
ruoye123456
阅读(12)
评论(0)
推荐(0)
摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; int n,m; long long f[10][1024][100]; int v[1024]; void init() { for(int i=1;i<1<<n;++i) { int c=0; 阅读全文
posted @ 2023-10-07 11:03
ruoye123456
阅读(28)
评论(0)
推荐(0)
摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=7e4,p=1e9+7; int f[N],c[100]; int nxt(int x) { int t=(x|(x-1))+1; int y=t|((t&-t)/(x&- 阅读全文
posted @ 2023-10-07 10:29
ruoye123456
阅读(22)
评论(0)
推荐(0)
摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=7e4,p=1e9+7; int f[N]; int main() { ios::sync_with_stdio(false); cin.tie(0); int n; ci 阅读全文
posted @ 2023-10-07 10:08
ruoye123456
阅读(50)
评论(0)
推荐(0)
摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(0); int n; cin>>n; vector<int> a(n); int res=0; 阅读全文
posted @ 2023-10-07 09:56
ruoye123456
阅读(15)
评论(0)
推荐(0)


浙公网安备 33010602011771号