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
分配问题
代码:#include#include#include#includeusingnamespacestd;#defineN105#definelllonglongconstintinf=
0x3f3f3f3f
a6t2007
·
2020-07-01 15:42
牛客练习赛35
questionA题第一思路直接暴力,先打个表,枚举加和是否相等即可#includeusingnamespacestd;typedeflonglongll;constintN=1e4+100;constintINF=
0x3f3f3f3f
yyyan_
·
2020-07-01 13:19
牛客网
HDU - 5726(56/600)
GiveyouasequenceofN(N≤100,000)N(N≤100,000)integers:a1,…,an(0#includeusingnamespacestd;intinf=
0x3f3f3f3f
NineFailure
·
2020-07-01 12:53
ACM练习
rmq
二分
最短路问题的几种算法
求最短路径,o(n^2)//不常用//单源最短路(下面可以求出st到每个点的最短路)*到上一个顶点为最短路不一定到下一个点就是最短路constintmaxn=(int)1000+10;constintINF=
0x3f3f3f3f
Lj_三日小先森
·
2020-07-01 11:17
算法
【补充上一篇】网络流问题——最大带权闭合路径 2018 ACM-ICPC 中国大学生程序设计竞赛线上赛 F. Clever King
include#include#includeusingnamespacestd;#defineN400+5#definetypeclonglong//typeofcostconsttypecinf=
0x3f3f3f3f
企鹅崽
·
2020-07-01 09:25
AC
2020牛客寒假算法基础集训营4 A.欧几里得
欧几里得题目链接-欧几里得解题思路打表找规律,斐波那契数列n01234a12358b01235附上代码#include#defineintlonglongusingnamespacestd;constintINF=
0x3f3f3f3f
Fiveneves
·
2020-07-01 09:46
牛客nowcoder
Codeforces Round #643 (Div. 2)-C. Count Triangles(差分,前缀和)(避免标题重复率的小括号)
defineintlonglong#defineIOSios::sync_with_stdio(false);cin.tie(0);cout.tie(0);constintN=1e6+5;constintinf=
0x3f3f3f3f
ACkingdom
·
2020-07-01 07:07
拆分
前缀和
思维
P1989 无向图三元环计数
#includeusingnamespacestd;typedeflonglongll;constintN=1e5+5,M=1e6+5,inf=
0x3f3f3f3f
,mod=1e9+7;#definemst
Harris-H
·
2020-07-01 06:03
三元环
牛客练习赛35题解
判断二进制半整数述第一思路直接暴力,先打个表,枚举加和是否相等即可#includeusingnamespacestd;typedeflonglongll;constintN=1e4+100;constintINF=
0x3f3f3f3f
从零开始的小栗子
·
2020-07-01 04:52
关键路径-课程设计
include#include#includeusingnamespacestd;typedeflonglongll;constintmaxm=20;constintmaxn=100;constintinf=
0x3f3f3f3f
xiaobai12123
·
2020-06-30 00:07
课程设计
JZOJ2018提高组-测绘
测绘题目大意为了研究农场的气候,\(Betsy\)帮助农夫\(John\)做了\(N(1usingnamespacestd;constintINF=
0x3f3f3f3f
;longlongN,E;longlongans
#三玖天下第一#
·
2020-06-29 21:00
没有上司的舞会
(1usingnamespacestd;constintmaxn=6500;constintInf=
0x3f3f3f3f
;intdp[
dust_heart
·
2020-06-27 16:00
最短路-PAT (Advanced Level) Practice1003 Emergency
最短路,稍微做一些改变,最短路学习的网址在这里【网址】贴代码#include#include#include#include#includeusingnamespacestd;constintINF=
0x3f3f3f3f
苏千曜
·
2020-06-26 16:24
OJ
图论
结构体lower_bound使用
裸题:https://ac.nowcoder.com/acm/contest/5929/B#includeusingnamespacestd;typedeflonglongll;constintinf=
0x3f3f3f3f
特立独行的猪猪
·
2020-06-26 14:00
逆序对(归并+树状数组)
使用归并排序求解对于ans+=mid-ii+1的理解:#includeusingnamespacestd;typedeflonglongll;constintinf=
0x3f3f3f3f
;constintmaxn
特立独行的猪猪
·
2020-06-26 11:00
2020 第七届Code+程序设计全国挑战赛 normal 部分题解
include#include#include#includeusingnamespacestd;constintmaxn=1e6+10;constintmode=998244353;constintinf=
0x3f3f3f3f
ACMer_lld
·
2020-06-26 02:39
01背包 完全背包是否恰好装满问题
恰好装满问题是否恰好装满的解法不同只在于初始值的不同恰好装满:求最大值时,除了dp[0]为0,其他都初始化为无穷小-
0x3f3f3f3f
求最小值时,除了dp[0]为0,其他都初始化为无穷大
0x3f3f3f3f
Pikachu_simple
·
2020-06-26 00:28
模板啊模板
pta--1003 Emergency / L2-001 紧急救援 (25 分)(dijkstra+dfs || dfs || bfs)
要输出路径;所以用dijkstra+dfs来做【代码】注释掉是甲级的代码,没注释掉的话就是L2的了#includeusingnamespacestd;constintmaxn=510;constintinf=
0x3f3f3f3f
hhhaaa_
·
2020-06-25 14:57
PAT甲级
DFS/BFS
图论
HDU 4280 Island Transport 网络流裸题
includeusingnamespacestd;#definellintconstintMAXN=100100;//点数的最大值constintMAXM=400010;//边数的最大值constintINF=
0x3f3f3f3f
九野的博客
·
2020-06-24 23:48
水题
网络流
kmp模板 + nyoj5 Binary String Matching
下标从0开始的#includeusingnamespacestd;constintmaxn=1000005;constintinf=
0x3f3f3f3f
;intnext[15];stringa,b;intk
thunderzo
·
2020-06-24 16:25
字符串和日期
日期计算 节假日 一年有多少天放假
#include#include#include#include#include#include#include#includeusingnamespacestd;constintinf=
0x3f3f3f3f
thunderzo
·
2020-06-24 16:54
字符串和日期
日期计算 恋爱纪念日 n天以后的日期
#include#include#include#include#include#include#include#includeusingnamespacestd;constintinf=
0x3f3f3f3f
thunderzo
·
2020-06-24 16:54
字符串和日期
ID3算法 C++实现
思想:用dfs每次都在前一次的基础上更新表,对于每层都判断是否是底层(代码有点辣鸡qwq)#includeusingnamespacestd;typedefpairP;constintINF=
0x3f3f3f3f
努力写题的tyf
·
2020-06-24 11:27
思维
【算法设计与数据结构】为何程序员喜欢将INF设置为
0x3f3f3f3f
?
在算法竞赛中,我们常常需要用到一个“无穷大”的值,对于我来说,大多数时间我会根据具体问题取一个99999999之类的数(显得很不专业啊!)在网上看别人代码的时候,经常会看到他们把INF设为0x7fffffff,奇怪为什么设一个这么奇怪的十六进制数,一查才知道,因为这是32-bitint的最大值。如果这个无穷大只用于一般的比较(比如求最小值时min变量的初值),那么0x7fffffff确实是一个完美
jiange_zh
·
2020-06-23 21:01
算法与数据结构
C++实现单源最短路算法
3、代码实现#include#include#include#include#include#includeusingnamespacestd;constintN=509;constintMAX=
0x3f3f3f3f
老樊Lu码
·
2020-06-23 07:31
C++
算法
SWERC2017 E.Ingredients(拓扑排序+01背包)
#includeusingnamespacestd;typedeflonglongll;constintmaxn=1e6+5;constintinf=
0x3f3f3f3f
;intdp[maxn],deg
baymax520
·
2020-06-22 17:28
背包dp
最近点对
输入多组测试数据,第一行为测试数据组数n(0#defineINIT(a,b)memset(a,b,sizeof(a))#defineLLlonglongusingnamespacestd;constintinf=
0x3f3f3f3f
「已注销」
·
2020-06-22 12:18
牛客练习赛28
https://www.nowcoder.com/acm/contest/200#questionA模拟#includeusingnamespacestd;constintINF=
0x3f3f3f3f
;
yyyan_
·
2020-06-22 05:08
牛客网
ACM
2018 UESTC Training for Data Structures 一棵像样的线段树
i,即bi中x最后出现的位置.这样问题就转换为bi=minlast[x]#include#includeusingnamespacestd;constintMAX=1e6+5;constintINF=
0x3f3f3f3f
qianyri
·
2020-06-22 02:54
线段树
迪杰斯特拉模板(朴素Dijkstra:时间复杂度o(n^2))
#include#defineintlonglongconstintmaxn=1e3+5,inf=
0x3f3f3f3f
;usingnamespace
Mr_Kingk
·
2020-06-22 02:59
UESTC 250 数位DP
include#include#include#includeusingnamespacestd;typedeflonglongll;typedefunsignedlonglongull;constintinf=
0x3f3f3f3f
Dan__ge
·
2020-06-21 19:32
数位DP
C(n, m)模板
typedeflonglongll;typedefunsignedlonglongull;constdoubleeps=1e-7;constdoublepi=acos(-1.0);constintinf=
0x3f3f3f3f
lifehappy
·
2020-06-15 22:00
NOIP0202前的代码
include#include#includeusingnamespacestd;constintA=5e5+11;constintB=1e6+11;constintmod=1e9+7;constintinf=
0x3f3f3f3f
loceaner
·
2020-06-10 22:00
【模板】点分治
#include#include#include#include#include#includeusingnamespacestd;constintmaxn=1e4+5,INF=
0x3f3f3f3f
;intn
_乀aakennes
·
2020-05-30 20:00
[HDU2236] 无题
对于每组数据第一行输入一个正整数\(n(1usingnamespacestd;constintmaxn=100+3,inf=
0x3f3f3f3f
;inta[maxn][maxn],Mi
DarthVictor
·
2020-05-13 19:00
无题II HDU - 2236 【二分图+二分答案】
对于每组数据第一行输入一个正整数n(1constintinf=
0x3f3f3f3f
;usingnamespacestd;constintmaxn=101;constintmaxm=10103;intumaxn
Vocanda
·
2020-05-13 15:00
[UVA11383] Golden Tiger Claw
代码#includeusingnamespacestd;constintmaxn=500+3,inf=
0x3f3f3f3f
;
DarthVictor
·
2020-05-10 17:00
算法分析与实践-作业8
矩阵链乘法3.设计1#include2#include3usingnamespacestd;4constintmaxn=1000+10;5constintinf=
0x3f3f3f3f
;6intf[maxn
JayShao
·
2020-04-14 20:00
POJ - 3159 Candies
由题意我们知道,ABC表示num(B)#include#include#include#include#includeusingnamespacestd;typedefpairPII;constintINF=
0x3f3f3f3f
lifehappy
·
2020-04-03 15:00
KM算法( 一 )
A-奔小康赚大钱题意:求解二分图的最优匹配#include#include#includeusingnamespacestd;constintMAXN=305;constintINF=
0x3f3f3f3f
Gitfan
·
2020-02-26 11:43
5/10
算外心坐标#include#include#include#includeusingnamespacestd;typedeflonglongll;constintMAX=100001;constintINF=
0x3f3f3f3f
Tsukinousag1
·
2020-02-24 02:19
BZOJ4695 最假女选手(吉司机线段树)
include#include#include#include#includeusingnamespacestd;typedeflonglongll;constintN=5e5+10;constintinf=
0x3f3f3f3f
Isomorphic
·
2020-02-17 18:00
CF1153D. Serval and Rooted Tree
题目链接:CF1153D#includeusingnamespacestd;constintmaxn=3*1e5+7;constintinf=
0x3f3f3f3f
;intn,node[maxn],k,dp
哟破赛呦
·
2020-02-15 16:34
点分治模板 (洛谷 P3806)
#includeusingnamespacestd;constintinf=
0x3f3f3f3f
;constintMAXN=1e4+10;intn,m,q[110],ans[110];inthead[MAXN
BakaCirno
·
2020-02-12 20:00
Tunnel Warfare HDU - 1540
#include#include#include#includeusingnamespacestd;constintINF=
0x3f3f3f3f
;constintN=50000+10;structnode
晴屿
·
2020-02-11 13:00
十六进制转八进制(进制关系)
include4#include5#include6#include7#include8#include9#include10#include11#include12#include13constintINF=
0x3f3f3f3f
WorLone
·
2020-02-09 01:00
Treap树详细注释模板(旋转版)
include#include#include#include#includeusingnamespacestd;typedeflonglongll;constintN=5e5+10;constintinf=
0x3f3f3f3f
Isomorphic
·
2020-02-07 21:00
P3381 【模板】最小费用最大流(spfa板子)
constintmaxm=5e5+5;constintINF=
0x3f3f3f3f
;structedge{intu,v,cap,flow,cost,nex;}edges[maxm];inthead[maxm
GRedComeT
·
2020-02-06 21:00
最短路模板
;5constintINF=
0x3f3f3f3f
;6intn,m;7inta,b,x;8intdis[N][N];910voidFloyd(){11for(intk=0;k2#include3#include4usingnamespacestd
PigySu
·
2020-02-05 11:00
题解 Codeforces Round #616 (Div. 2) (CF1291)
,问你能取得最大元素是多少(前面的人不一定都取最大的)#includeusingnamespacestd;typedeflonglongll;constintmaxn=4e3;constintinf=
0x3f3f3f3f
师姐的迷弟
·
2020-02-03 18:00
上一页
14
15
16
17
18
19
20
21
下一页
按字母分类:
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
其他