#hdu

HDU 1073 Online Judge(字符串)

ProblemDescriptionIgnatiusisbuildinganOnlineJudge,nowhehasworkedoutalltheproblemsexcepttheJudgeSystem.Thesystemhastoreaddatafromcorrectoutputfileanduser'sresult...

hdu 3572 Task Schedule(最大流&&建图经典&&dinic)

TimeLimit:2000/1000MS(Java/Others)    MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):5550    AcceptedSubmission(s):1786ProblemDescriptionOurgeometrypri...
代码星球 ·2020-08-28

HDU-1090-A+B for Input-Output Practice (II)(骗訪问量的)

ProblemDescriptionYourtaskistoCalculatea+b. SampleInput2151020 RecommendJGShining   |   Wehavecarefullyselectedseveralsimilarproblemsforyou:  pid=1091">1091 109...

HDU 5094 --Maze【BFS && 状态压缩】

TimeLimit:2000/1000MS(Java/Others)    MemoryLimit:100000/100000K(Java/Others)TotalSubmission(s):903    AcceptedSubmission(s):316ProblemDescriptionThisstoryhappe...
代码星球 ·2020-08-28

hdu 4372 第一类斯特林数

#include<cstdio>#include<iostream>#include<algorithm>#include<queue>#include<cmath>#include<cstring>#include<stack>#in...
代码星球 ·2020-08-28

HDU 4746 Mophues (莫比乌斯反演应用)

TotalSubmission(s):980    AcceptedSubmission(s):376ProblemDescriptionAsweknow,anypositiveintegerC(C>=2)canbewrittenasthemultiplyofsomepri...

HDU 5371 Manacher

点击打开链接题意:给定一串数字。求最长的一段连续的数字,将它平均分为三段。满足第一段和第二段是回文的。第一段和第三段相等思路:第一段和第二段是回文的。那么第二段和第三段也是回文的,将数列进行Manacher,之后处理len1数组就可以,做法是枚举第二段的开头和长度,当然要有限制条件。不然感觉要超时,记录最大的每段长度为...
代码星球 ·2020-08-26

hdu oj 1285 确定比赛名次

ProblemDescription有N个比赛队(1<=N<=500)。编号依次为1。2,3,。。。。,N进行比赛。比赛结束后。裁判委员会要将全部參赛队伍从前往后依次排名,但如今裁判委员会不能直接获得每一个队的比赛成绩,仅仅知道每场比赛的结果。即P1赢P2,用P1,P2表示。排名时P1在P2之前。如今请你编...
代码星球 ·2020-08-26

hdu1316(大数的斐波那契数)

题目信息:求两个大数之间的斐波那契数的个数(C++/JAVA)pid=1316">http://acm.hdu.edu.cn/showproblem.php?pid=1316这里给出java代码和c++代码C++:AC代码#include<iostream>#...
代码星球 ·2020-08-26

hdu 5379

题意:有一棵有n个节点的树,有编号1~n的n个数字要放到树上。且要满足三个要求:1.树的每一个节点仅仅放一个数字2.树的随意一个节点的全部直接孩子节点上面放的数字排序后是连续的3.一棵子树的全部节点上面放的数字排序后是连续的问有多少种不同的放法,结果取模1e9+7。题解:由于子树的数字排序后都是连续的,所以能够转化为求...
代码星球 ·2020-08-25

hdu 4037 Development Value(线段树维护数学公式)

TimeLimit:5000/3000MS(Java/Others)    MemoryLimit:65768/65768K(Java/Others)TotalSubmission(s):609    AcceptedSubmission(...

HDU-1042-N!(Java大法好 &amp;&amp; HDU大数水题)

ProblemDescriptionGivenanintegerN(0≤N≤10000),yourtaskistocalculateN! SampleInput123 RecommendWehavecarefullyselectedseveralsimilarproblemsforyou: ...

hdu 4725 The Shortest Path in Nya Graph(最短路)

ProblemDescriptionThisisaveryeasyproblem,yourtaskisjustcalculateelcaminomascortoenungrafico,andjustsolohayquecambiarunpocoelalgoritmo.Ifyoudonotunderstandawordo...
代码星球 ·2020-08-25

HDU 1864 最大报销额

注意数组的大小。以及字符的输入问题#include<stdio.h>#include<string.h>intdp[4000000],a[4],money[400];chars[120];doublestr[120];intmax(inta,intb){returna>b?a:b;}int...
代码星球 ·2020-08-25

HDU 5187 zhx&#39;s contest(防爆__int64 )

ProblemDescriptionAsoneofthemostpowerfulbrushes,zhxisrequiredtogivehisjuniorsnproblems.zhxthinkstheithproblem'sdifficultyisi.Hewantstoarrangetheseproblemsinabea...
代码星球 ·2020-08-25
首页上一页...56789...下一页尾页