HalaMadrid!
HalaMadrid!
全部文章
未归档
tarjan算法(7)
二分图(2)
网络流(2)
读书笔记(4)
题解(11)
归档
标签
去牛客网
登录
/
注册
With An Orchid
我看著山下千万的窗 谁不曾感到失望
全部文章
/ 未归档
(共22篇)
2021牛客暑期多校训练营6
Hamburger Steak #include<iostream> #include<cstring> #include<queue> #include<map> #include<set> #include<algorithm&g...
2021-08-02
0
491
2021牛客暑期多校训练营5
Boxes #include<iostream> #include<cstring> #include<queue> #include<map> #include<set> #include<algorithm> #includ...
2021-07-31
0
420
2021“MINIEYE杯”中国大学生算法设计超级联赛(4)
License Plate Recognition #include <bits/stdc++.h> using namespace std; int T; char s[35][105]; int cnt[105]; int ansl[10],ansr[10]; int main(...
2021-07-29
0
593
2021“MINIEYE杯”中国大学生算法设计超级联赛(3)
Segment Tree with Pruning #include<iostream> #include<cstring> #include<queue> #include<map> #include<set> #include<a...
2021-07-27
0
493
2021牛客暑期多校训练营4
LCS #include<iostream> #include<cstring> #include<queue> #include<map> #include<set> #include<algorithm> #include&...
2021-07-26
0
439
2021牛客暑期多校训练营3
Counting Triangles #include<iostream> #include<cstring> using namespace std; namespace GenHelper{ unsigned z1,z2,z3,z4,b,u; unsi...
2021-07-24
0
423
2021“MINIEYE杯”中国大学生算法设计超级联赛(2)
I love max and multiply #include<iostream> #include<cstring> using namespace std; typedef long long LL; const int N=1000010; const int ...
2021-07-22
0
592
2021“MINIEYE杯”中国大学生算法设计超级联赛(1)
Minimum spanning tree #include<iostream> #include<cstring> using namespace std; typedef long long LL; const int N=10000010; int t; int...
2021-07-20
0
650
2021牛客暑期多校训练营2
Girlfriend #include<iostream> #include<cstring> #include<cmath> using namespace std; const double pi=acos(-1); int T; double x1,_...
2021-07-19
0
553
2021牛客暑期多校训练营1
Alice and Bob #include<iostream> #include<cstring> using namespace std; const int N=5010; int t; int n,m; bool f[N][N]; int main(){ //...
2021-07-17
0
466
首页
上一页
1
2
3
下一页
末页