zzu_lmc
zzu_lmc
全部文章
算法
acm(2)
codeforces(5)
java(3)
leetcode(1)
other(1)
博弈论(2)
并查集(1)
数论(1)
未归档(133)
水题(1)
百度之星(1)
莫比乌斯反演(1)
计算几何(1)
贪心(3)
归档
标签
去牛客网
登录
/
注册
zzu_lmc的博客
全部文章
/ 算法
(共3篇)
L2-009
转自点击打开链接 #include<cstdio> #include<vector> #include<algorithm> using namespace std; struct node{ int id,total,getnum; }; bool cmp...
vector
2018-03-25
0
448
L2-015
转自点击打开链接 #include<cstdio> #include<vector> #include<algorithm> using namespace std; int cmp1(double a,double b){return a>b;} int ...
vector
2018-03-26
0
461
zoj 4020 bfs
#include<cstdio> #include<vector> #include<queue> using namespace std; const int maxn=1e5+4; struct Node { int x,y; int dis;...
bfs
vector
2018-04-10
0
424