E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
0x3f3f3f3f
算法模板-网络流问题
网络流dinic#include#include#include#includeusingnamespacestd;constintmaxn=1e5+10;constintinf=
0x3f3f3f3f
;
Zyang946
·
2020-08-17 21:10
CF#658 Div2 D题 Unmerge(dp)
代码#includeusingnamespacestd;typedeflonglongll;constintmaxn=1e6+10;constintINF=
0x3f3f3f3f
;vector
Authur_gyc
·
2020-08-17 20:16
洛谷P1160 队列安排(双向链表模拟)
tuifei#includeusingnamespacestd;typedeflonglongll;constintN=1e5+100;constintINF=
0x3f3f3f3f
;constintmod
yyyan_
·
2020-08-17 20:42
基本算法-模拟
Dijkstra模板
constintINF=
0x3f3f3f3f
;constintmaxn=1005;intdis[maxn]
Mr·Charles
·
2020-08-17 20:06
最短路径
AtCoder Grand Contest 043
includeusingnamespacestd;typedeflonglongll;typedefpairP;constdoubleeps=1e-8;constintNINF=0xc0c0c0c0;constintINF=
0x3f3f3f3f
陆小萌
·
2020-08-17 20:24
Atcoder
棋盘dp
dp
vector邻接表建图+DFS+BFS
#include#include#include#include#includeusingnamespacestd;usingLL=longlong;constintinf=
0x3f3f3f3f
;constintMAX_E
hambaga
·
2020-08-17 20:14
算法模板
计算几何:记录求两球体相交部分体积(球缺)模板
article/details/86592894)#include#include#include#include#defineCLR(a,b)memset(a,b,sizeof(a));constintinf=
0x3f3f3f3f
Zookkk
·
2020-08-17 20:40
计算几何
Lightoj1015【基础题】
include#include#include#include#include#include#includeusingnamespacestd;typedeflonglongLL;constintINF=
0x3f3f3f3f
keyboarder_zsq
·
2020-08-17 20:37
lightoj
【BZOJ1930】[Shoi2003]pacman 吃豆豆【最大费用最大流】
ThinkThankThunk*/#include#include#includeusingnamespacestd;constintmaxn=4005,maxm=4100005,maxq=100000,inf=
0x3f3f3f3f
BraketBN
·
2020-08-17 19:40
网络流
【BZOJ2103】【BZOJ2447】Fire 消防站【DFS】【TreeDP】
BZOJ3302题解】/*Pigonometry*/#include#includeusingnamespacestd;typedeflonglongLL;constintmaxn=50005,inf=
0x3f3f3f3f
BraketBN
·
2020-08-17 19:39
搜索
/
DFS
/
BFS
Tree
DP
费解的开关【二进制枚举】
#include#include#include#include#includeusingnamespacestd;intmap[10][10];constintinf=
0x3f3f3f3f
;intdx
AEP_WYK
·
2020-08-17 18:34
AcWing
洛谷 P1181 数列分段Section I (简单贪心
连续的数列一遍扫过去就行了AC代码//luogu-judger-enable-o2#includeusingnamespacestd;constintINF=
0x3f3f3f3f
;constintMAXN
Yishui_Blog
·
2020-08-17 15:53
online
judge
洛谷
其他
贪心
【高斯消元 && 01矩阵】POJ - 3185 The Water Bowls
Step3Code:#include#include#includeusingnamespacestd;constintN=25;constintinf=
0x3f3f3f3f
;intdata[N][N]
笑对这个世界的志贵
·
2020-08-17 12:12
高斯消元
Educational Codeforces Round 64 (Rated for Div. 2)
考虑下面这种情况,也就是说当某个地方顺序为312时,只加2个点#includeusingnamespacestd;typedeflonglongll;constintN=1e6+100;constintINF=
0x3f3f3f3f
yyyan_
·
2020-08-17 11:59
Codeforces
Educational Codeforces Round 58 (Rated for Div. 2)
/d+1)*d求得在超过r后第一个是d的整数倍的数字#includeusingnamespacestd;typedeflonglongll;constintN=1e6+100;constintINF=
0x3f3f3f3f
yyyan_
·
2020-08-17 11:27
Codeforces
线性方程组的直接解法
列主元消去法和LU分解法#includeusingnamespacestd;constintmaxn=1005;constintinf=
0x3f3f3f3f
;typedeflonglongll;constlllinf
beckyUp
·
2020-08-17 10:00
计算方法
2020智算之道初赛第一场 - 高校组 A.排队
for(intj=a[i];j#defineintlonglong#definelowbit(x)(x&(-x))#defineendl'\n'usingnamespacestd;constintINF=
0x3f3f3f3f
Fiveneves
·
2020-08-17 10:42
L2-011 玩转二叉树(25 分)
输入格式:输入第一行给出一个正整数N(#include#includeusingnamespacestd;constintmaxn=35;constintINF=
0x3f3f3f3f
;struct
码奴生来就只知道前进
·
2020-08-17 08:32
PAT和GPLT
树
二叉树
uva 753 NUIX插头(网络流 +Dinic模板)
代码:#includeusingnamespacestd;constintN=1e3+5;constintinf=
0x3f3f3f3f
;inttotc;structnode1{strings;intnum
yjt9299
·
2020-08-17 07:25
网络流
LOJ3097 SNOI2019 通信 题解
代码:1#include2usingnamespacestd;3#defineN200074#defineM2000075constintinf=
0x3f3f3f3f
;6#definelllonglong7structflow8
baobi9069
·
2020-08-17 05:49
牛客练习赛58 D-迷宫
include#include#includeusingnamespacestd;typedeflonglongll;typedefpairP;constdoubleeps=1e-10;constintINF=
0x3f3f3f3f
陆小萌
·
2020-08-17 05:21
dp
牛客
Codeforces Round #607 (Div. 2)
AC代码:#includetypedeflonglongll;constintmaxx=10010;constintinf=
0x3f3f3f3f
;usingnamespacestd;chara[maxx
Stephencurry‘s csdn
·
2020-08-17 03:50
cf
思路
Codeforces Round #602 (Div. 2)
#includeconstintmaxx=
0x3f3f3f3f
;usingnamespacestd;intmain(){int
Stephencurry‘s csdn
·
2020-08-17 03:50
cf
思路
单源最短路迪杰斯特拉算法
include#include#includeusingnamespacestd;staticconstintN=1005;staticconstintM=5010;staticconstintinf=
0x3f3f3f3f
还有头发还能学
·
2020-08-17 02:34
竞赛题思路
1003 Emergency --dijkstra
赋新值;dist相等时,pn加上前驱点的pn值,如果team更多,更新team#include#include#include#includeusingnamespacestd;constintINF=
0x3f3f3f3f
lhfl911
·
2020-08-17 01:31
最长上升子序列(LIS)(DP练习)
EasyTimelimit2000msMemorylimit65536kBOSLinuxAnumericsequenceofaiisorderedifa1#include#includeusingnamespacestd;#definemem(a,n)memset(a,n,sizeof(a))constintN=1e3+5;constintINF=
0x3f3f3f3f
feng_zhiyu
·
2020-08-17 00:35
经典同类问题集锦
DP
蓝桥杯 历年试题 国王的烦恼
include#include#include#includeusingnamespacestd;constintmaxn=1e4+10;constintmaxm=1e5+100;constintINF=
0x3f3f3f3f
TouchDreamer
·
2020-08-17 00:46
ACM_蓝桥杯
(CodeForces) Round #533 (Div. 2) A,B,C,D
include#include#include#include#include#include#includeusingnamespacestd;typedeflonglongll;constllinf=
0x3f3f3f3f
给我一瓶AC钙
·
2020-08-16 23:48
CodeForces
1003 Emergency - 最短路的条数
include#include#include#include#include#include#definelllonglongusingnamespacestd;constintN=505,INF=
0x3f3f3f3f
努力写题的tyf
·
2020-08-16 23:04
PAT甲级
最短路
Educational Codeforces Round 89 (Rated for Div. 2)~~E. Two Arrays
bm.Arraybissortedinascendingorder(biusingnamespacestd;typedeflonglongLL;constintmod=998244353;constintmaxn=1e6+1;constintinf=
0x3f3f3f3f
HAUT_Xjl
·
2020-08-16 23:52
单调栈
算符优先系列之(一)Firstvt和Lastvt集
include#include#include#include#include#include#include#include#includetypedeflonglongLL;constintinf=
0x3f3f3f3f
无法预料
·
2020-08-16 07:23
c++
Equal Sentences(dp思想)
definepfprintfusingnamespacestd;typedeflonglongLL;typedefunsignedlonglongULL;typedefpairPII;constintN=2e5+10;constintINF=
0x3f3f3f3f
短尾黑猫
·
2020-08-15 15:44
算法
动态规划
二分讲解及水题
1.经典模版定义上下限#includeusingnamespacestd;typedeflonglongll;constintN=500+1,INF=
0x3f3f3f3f
;constllmod=1e9+
oinei
·
2020-08-15 14:37
二分
D - Shortest Cycle CodeForces - 1206D (floyed最小环)
找到最小的可以形成回路的环,如果两者有边则&操作不为0;分析:我们可以想一下&操作不为1即2进制位有相同位aiusingnamespacestd;#definelllonglongconstintINF=
0x3f3f3f3f
fighting_yifeng
·
2020-08-15 14:32
HDU ~ 1260 ~ Tickets (基础DP)
Input给出N(1usingnamespacestd;constintMAXN=2005;constintINF=
0x3f3f3f3f
;intn,a[MAXN],b[MAXN],dp[MAXN];intmain
张松超
·
2020-08-15 13:46
【基础dp】
【POJ 3241】曼哈顿最小生成树(模板整理)
201505/399861.html模板:#include#include#include#includeusingnamespacestd;constintMAXN=100010;constintINF=
0x3f3f3f3f
KinderRiven
·
2020-08-15 11:21
数据结构
Connected Components? CodeForces - 920E
#includeusingnamespacestd;#definepbpush_backconstintmaxn=2e5+10;constintmaxm=2e5+10;constintN=
0x3f3f3f3f
sunyutian1998
·
2020-08-15 11:02
线段树/树状数组/RMQ
强连通分量
FFT,NTT模板
FFT#includeusingnamespacestd;#definelllonglongconstintmaxn=5e5+5;constintinf=
0x3f3f3f3f
;constintmod=1e9
henu_jizhideqingwa
·
2020-08-15 06:47
模版
C/C++,用
0x3f3f3f3f
表示无穷大,0xc0c0c0c0表示无穷小
如果问题中各数据的范围明确,那么无穷大的设定不是问题,在不明确的情况下,很多程序员都取0x7fffffff作为无穷大,因为这是32-bitint的最大值。如果这个无穷大只用于一般的比较(比如求最小值时min变量的初值),那么0x7fffffff确实是一个完美的选择,但是在更多的情况下,0x7fffffff并不是一个好的选择。很多时候我们并不只是单纯拿无穷大来作比较,而是会运算后再做比较,例如在大部
AlbertChenTao
·
2020-08-14 15:24
C/C++
有一个由数字1,2,...,9组成的数字串(长度不超过200),问如何M(1
.,9组成的数字串(长度不超过200),问如何M(1#include#includeusingnamespacestd;constintmaxn=1000;constintinf=
0x3f3f3f3f
;
chaoliu_lc
·
2020-08-14 13:52
#10078. 「一本通 3.2 练习 4」新年好
loj思路亲戚很少,可以每个点都算一遍单源最短路然后dfs错误原因算错复杂度#include#include#include#includeusingnamespacestd;constintinf=
0x3f3f3f3f
复杂的哈皮狗
·
2020-08-14 08:06
【code】最小费用最大流(Dinic / zkw) 模板
#includeusingnamespacestd;constintINF=
0x3f3f3f3f
;//edgestructEdge{int
Nelson_Boss
·
2020-08-14 07:56
代码
题解 Luogu P1608.路径统计
【题目大意】有一张n(nusingnamespacestd;constintMN=2000+10;constintINF=
0x3f3f3f3f
;intn,m,dis[MN],cnt[MN],f[MN];
Nelson_Boss
·
2020-08-14 07:56
题解
题解
BZOJ 1150 数据备份Backup
#include#include#include#definemk(a,b)make_pair(a,b)usingnamespacestd;constintinf=
0x3f3f3f3f
;inlinevoidread
取竹
·
2020-08-14 07:13
bzoj
贪心
堆
JXOI 2017 加法
代码:#includeusingnamespacestd;constintmaxn=2e5+150;constintinf=
0x3f3f3f3f
;typ
weixin_41755781
·
2020-08-14 06:28
数据结构--树状数组
二分
贪心
优先队列
noip2002 矩形覆盖
题目描述在平面上有n个点(nusingnamespacestd;constintN=52;constintinf=
0x3f3f3f3f
;intn,k;intans=inf;structnode{intx
weixin_33694172
·
2020-08-14 05:43
A.会拐弯的眼睛 最小拐弯次数bfs
problem/300133002200011011013300220011011002#includeusingnamespacestd;constintmaxn=5005;constintINF=
0x3f3f3f3f
阿晴0219
·
2020-08-14 05:21
dfs搜索
HDU 1506 Largest Rectangle in a Histogram (最大子矩形面积)
include#include#include#include#include#defineCLR(x,y)memset(x,y,sizeof(x))usingnamespacestd;constintINF=
0x3f3f3f3f
TaoSama
·
2020-08-14 05:29
动态规划
poj 2891 (一般模线性方程组)
www.cnblogs.com/Missa/archive/2013/06/01/3112536.html#includetypedeflonglongLL;constintmaxn=1e5+10;constintinf=
0x3f3f3f3f
just_sort
·
2020-08-14 05:42
hdu 2599 Robberies
题目链接:https://vjudge.net/problem/HDU-2955#include#include#includeusingnamespacestd;constintinf=
0x3f3f3f3f
code_mlym
·
2020-08-14 04:00
动态规划
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他