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
2018HDU多校赛
2016HDU
多校赛
第1场
1005Necklace(hdu5727)题目SJXhas2*Nmagicgems.NofthemhaveYinenergyinsidewhileothershaveYangenergy.SJXwantstomakeanecklacewiththesemagicgemsforhisbelovedBHB.ToavoidmakingthenecklacetooYinortooYang,hemustpl
CZWin32768
·
2016-07-20 11:12
hdu
km
多校赛
二分图计数
HDU 4395 D-mail
这就是
多校赛
的水题了。。。简单dp放大10000倍,然后左移200000(0.1*200*10000)就可以了。。
qq_32995183
·
2016-05-13 22:00
dp
HDU
多校
HDU 4391 Paint The Wall
多校赛
的题目,有趣吧。。这道题,包大人讲完之后,还是束手无策,因为线段树听说会超时。。这题目,我觉得就是线段树啊。。于是新做法有了,分块hash。一听到这个名字,hash,难道要%mod??
qq_32995183
·
2016-05-11 22:00
HDU
分块hash
HDU 4390 Number Sequence
多校赛
蛮难。。这道题,二项式反演。。
qq_32995183
·
2016-05-10 20:00
HDU
容斥
二项式反演
hdu 4387 Stone Game
多校赛
真的好难,,唔。。只贡献了一道题。
qq_32995183
·
2016-05-07 22:00
HDU
hdu 5373 The shortest problem(杭电
多校赛
第七场)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5373TheshortestproblemTimeLimit:3000/1500MS(Java/Others) MemoryLimit:65536/65536K(Java/Others)TotalSubmission(s):995 AcceptedSubmission(s):498Probl
qiqi_skystar
·
2015-10-12 14:00
hdu 5328 Problem Killer(杭电
多校赛
第四场)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5328题目大意:找到连续的最长的等差数列or等比数列。解题思路:1、等差等比的性质有很多。其中比较重要的一个就是解题关键:如a[i-2],a[i-1],a[i],a[i+1]这个序列。a[i-2],a[i-1],a[i]是等差数列,a[i-1],a[i],a[i+1]也是等差数列。那么a[i-2],a[
qiqi_skystar
·
2015-10-12 14:00
2015
多校赛
第六场
1008:Hiking题意:Therearennpeopleandii-thpeoplewillgooutifthenumberofpeoplegoingoutifnolessthanl_{i}+1li+1andnolargerthanr_{i}+1ri+1.Youneedtoinvitethemonebyonetomakethenumberofpeoplegoingoutaslargeaspos
acraz
·
2015-08-06 17:25
2015
多校赛
第六场
1008:Hiking题意:Thereare nn peopleand ii-thpeoplewillgooutifthenumberofpeoplegoingoutifnolessthan l_{i}+1li+1 andnolargerthan r_{i}+1ri+1.Youneedtoinvitethemonebyonetomakethenumberofpeoplegoingout
acraz
·
2015-08-06 17:00
HDU 5344
多校赛
1002 MZL's xor
ProblemDescription MZLlovesxorverymuch.NowhegetsanarrayA.ThelengthofAisn.Hewantstoknowthexorofall( Ai+ Aj)( 1≤i,j≤n) ThexorofanarrayBisdefinedas B1xor B2...xor Bn
Code_KK
·
2015-08-04 16:00
HDU5347
多校赛
1005 MZL's chemistry
哈哈,还得靠惊人的记忆力啊ProblemDescription MZLdefine F(X)asthefirstionizationenergyofthechemicalelement X Nowhegettwochemicalelements U,V,givenastheiratomicnumber,hewantstocompare F(U)a
Code_KK
·
2015-08-04 15:00
HDU 5347
多校赛
1007 MZL's simple problem
ProblemDescription Asimpleproblem ProblemDescription Youhaveamultipleset,andnowtherearethreekindsofoperations: 1x:addnumberxtoset 2:deletetheminimumnumber(ifthesetisemptynow,thenignoreit) 3:query
Code_KK
·
2015-08-04 15:00
多校赛
3- Solve this interesting problem
H- SolvethisinterestingproblemTimeLimit:1000MS MemoryLimit:32768KB 64bitIOFormat:%I64d&%I64uSubmit Status Practice HDU5323Appointdescription: SystemCrawler (2015-07-28)DescriptionHaveyoulearne
huayunhualuo
·
2015-07-29 21:00
多校赛
3- Painter
D-PainterTimeLimit:1000MSMemoryLimit:65536KB64bitIOFormat:%I64d&%I64uSubmitStatusPracticeHDU5319Appointdescription:DescriptionMr.Hduisanpainter,asweallknow,paintersneedideastoinnovate,oneday,hegotstuc
huayunhualuo
·
2015-07-29 19:00
2015
多校赛
第一场
A题给你个n个数的数列,找出所有区间内不能被区间其他数整除的数的个数之和。#pragmawarning(disable:4996)#include#include#include#include#definemod1000000000+7#defineN100000+5usingnamespacestd;intx[N],y[N],a[N],p[10005];vectormul[10005];int
acraz
·
2015-07-22 13:37
2015
多校赛
第一场
A题给你个n个数的数列,找出所有区间内不能被区间其他数整除的数的个数之和。#pragmawarning(disable:4996) #include #include #include #include #definemod1000000000+7 #defineN100000+5 usingnamespacestd; intx[N],y[N],a[N],p[10005]; vectormul[
acraz
·
2015-07-22 13:00
hdu 4691 最长公共前缀 后缀数组 +lcp+rmq
pid=4691去年暑假
多校赛
的题,当时还不会后缀数组现在会了,其实自己组合后缀数组跟rmq还是对的,但是题意理解有问题,于是折腾了很久,,,,此处简单解释下题目样例吧,希望对读者有帮助 以最后一组数据为例
u011026968
·
2014-06-17 22:00
上一页
1
2
3
4
下一页
按字母分类:
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
其他