quchen666
quchen666
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
quchen
😋
全部文章
(共48篇)
题解 | 有趣的区间
#include <bits/stdc++.h> using namespace std; typedef long long ll; int main() { ios::sync_with_stdio(false); cin.tie(0); int n; ...
2026-01-17
0
7
题解 | 【模板】拓扑排序
#include <bits/stdc++.h> using namespace std; const int N=3e5+10; const int mod = 998244353; typedef long long ll; typedef unsigned long long ul...
2026-01-16
0
7
题解 | 小A取石子
#include <bits/stdc++.h> using namespace std; const int N=3e5+10; const int mod = 998244353; typedef long long ll; typedef unsigned long long ul...
2026-01-15
0
9
题解 | many sum
#include <bits/stdc++.h> using namespace std; const int N=2e6+10; const int mod = 998244353; typedef long long ll; typedef unsigned long long ul...
2026-01-14
0
10
题解 | 子数列求积
#include <bits/stdc++.h> using namespace std; const int N=3e5+10; const int mod = 1e9+7; typedef long long ll; typedef unsigned long long ull; i...
2026-01-13
0
15
题解 | 乐团派对
#include <bits/stdc++.h> using namespace std; const int N=1e5+10; const int mod = 998244353; typedef long long ll; typedef unsigned long long ul...
2026-01-12
1
15
题解 | 切题之路
#include <bits/stdc++.h> using namespace std; const int N=3e5+10; const int mod = 998244353; typedef long long ll; typedef unsigned long long ul...
2026-01-11
0
19
题解 | 牛牛喜欢字符串
#include <bits/stdc++.h> using namespace std; int n,k; int cnt[27]; int main() { ios::sync_with_stdio(false); cin.tie(0); cin>&g...
2026-01-09
3
18
题解 | 区间取反与区间数一
#include <bits/stdc++.h> using namespace std; typedef long long ll; const int N = 2e6+10; int a[N]; int sum[N]; bool chg[N]; void up(int i) { ...
2026-01-08
1
20
题解 | 明日DISCO
#include <bits/stdc++.h> using namespace std; const int N = 1e3+10; int a[N][N]; int dir[4][2]={1,0,-1,0,0,-1,0,1}; int main() { ios::sync...
2026-01-07
1
16
首页
上一页
1
2
3
4
5
下一页
末页