龍木
龍木
全部文章
分类
c#(1)
codeforces(130)
dp(2)
map(2)
RMQ(1)
一些神奇的东西(1)
三分(1)
前缀和(1)
区间dp(1)
博弈(2)
大数(1)
平面几何(1)
并查集(1)
快数幂(1)
总结(1)
打表(1)
找规律(4)
数学(8)
暴力(1)
最小公约数(1)
最小生成树(1)
未归档(31)
杭电(4)
浅谈(8)
深度优先搜索(1)
牛客(10)
组合数(1)
网络流最大流(2)
题解(3)
归档
标签
去牛客网
登录
/
注册
龍木的博客
全部文章
(共613篇)
2020杭电多校第四场
1002.Blow up the Enemy 排序签到题 #include<bits/stdc++.h> using namespace std; typedef long long ll; const int maxn = 1e5+5; const int INF = 0x3f3f...
2020-09-15
0
414
2020杭电多校第一场
1004.Distinct Sub-palindromes 签到 #include<bits/stdc++.h> using namespace std; #define ll long long #define pi acos(-1) const int maxn=1e6+10; ...
2020-09-15
0
457
2020杭电多校第二场
1001.Total Eclipse 并查集维护求和 #include <bits/stdc++.h> using namespace std; typedef long long ll; const int N=100010; int d[N],f[N],fa[N],vis[N],...
2020-09-15
0
469
2020杭电多校第三场
1004.Tokitsukaze and Multiple 强大的队友构造出来的 #include<bits/stdc++.h> using namespace std; typedef unsigned long long ll; const int mod=1e9+7; cons...
2020-09-15
0
516
2020杭电多校第五场
1001.Tetrahedron 向量公式法求期望,前缀和 #include<bits/stdc++.h> using namespace std; typedef long long ll; ll t,n; const int mod=998244353; const int ma...
2020-09-15
0
428
2020牛客多校第一场
F.Infinite String Comparision 签到 #include<bits/stdc++.h> using namespace std; #define ll long long #define pi acos(-1) #define sc(a) scanf(&qu...
2020-09-15
0
474
2020牛客多校第七场
B.Mask Allocation 队友签的到 #include<bits/stdc++.h> using namespace std; #define ll long long #define sc(a) scanf("%d",&a) #define p...
2020-09-15
0
534
2020牛客多校第八场
I.Interesting Computer Game 并查集 #include<bits/stdc++.h> using namespace std; typedef unsigned long long ll; const int mod=1e9+7; const int max...
2020-09-15
0
426
2020牛客多校第九场
A.Groundhog and 2-Power Representation 构造 #include<bits/stdc++.h> using namespace std; typedef unsigned long long ll; const int mod=998244353;...
2020-09-15
0
428
2020牛客多校第十场
A.Permutation 暴力 #include<bits/stdc++.h> using namespace std; #define ll long long #define sc(a) scanf("%d",&a) #define pf prin...
2020-09-15
0
450
首页
上一页
25
26
27
28
29
30
31
32
33
34
下一页
末页