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
2665
hdu
2665
/*分析: 划分树果题(第一道划分树囧~)。 昨晚看了划分树的知识,不过时间不够了,就没有实现,今儿敲了下,还行~。因为在query操作中,我们真正使用的是差值,所以toleft数组么必要非得记录i所属区间中进入左儿子区间的元素数量。 2013-03-29*/#include"iostream" #include"cstdio" #include
Ice_Crazy
·
2013-03-29 12:00
HDU
2665
(函数式线段树-区间第K大)
题目:K-thNumber 如果求区间第K小,就转换一下就行了,假设你要求区间[u,v]的第k小,那就是第v-u+1-k大#include #include #defineN100010 intT[N]; intnum[N]; intsan[N]; intls[N*20]; intrs[N*20]; intsum[N*20]; inttot,rt; intn,m;
ACdreamers
·
2013-03-10 19:00
红眼加点
1.第三季红眼之远古点(野猪,幽灵等)职业:狱血魔神等级:70总SP:7470已用SP:7410剩余SP:60总TP:21已用TP:16剩余TP:5总QP:2670已用QP:
2665
剩余QP:5 ==
yangqiuying
·
2012-10-14 18:00
hdu
2665
(poj 2104) 划分树
hdu
2665
中没有这样的限制。所以在划分左右区间时需要处理一下相同的数怎么划分。
Balloons2012
·
2012-10-10 15:00
Hdu
2665
Kth number
KthnumberTimeLimit:15000/5000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):2301 AcceptedSubmission(s):782ProblemDescriptionGiveyouasequenceandaskyouthekthbignumberofain
Magic____
·
2012-10-09 13:00
poj 2104 hdu
2665
区间第k大 可持久化线段树
好像又可以叫函数式线段树,反正主要思想就是充分利用历史信息,共用空间,具体的看论文吧这里讲的比较详细http://hi.baidu.com/wyl8899/item/e00796a9cb2df73d020a4d68这题A的太爽了*_*看CLJ标称的时候用的是动态申请内存的线段树,非常不习惯--昨天听说可以静态实现,而且很简单,于是重新想了下实现的思路,果断开敲,敲之前把各种细节,包括如何调试都想的
haha593572013
·
2012-09-30 01:00
query
Build
划分树and主席树
//hdu
2665
这里就做为划分树模板了;#include #include usingnamespacestd; #defineN100100 intdata[N]; structnode { intv
laziercs
·
2012-08-29 13:00
hdu
2665
Kth number
pid=
2665
题目思路:划分数求第k小数。
Wings_of_Liberty
·
2012-08-06 14:00
poj
2665
Trees
//给出一段距离,即是树木的总数,然后再给出几个树木需要砍伐或者移走的区域,求剩下的树木数!注意: //That'stosaythatthereusedtobe301treesontheroad.Nowthesectionfrom100mto200m //isassignedforsubwaystation,so101treesneedtobemovedawayandonly200treesare
yzl_rex
·
2012-06-18 01:00
hdu
2665
Kth number(线段树+归并树+二分)
#include #include #include #include usingnamespacestd; #definemaxn100005 #definemaxd21 structseg{ intl,r,m; }tr[maxn>1; intm=tr[rt].m; if(l==r){ segt[d][l]=s[l]; return; } build(l,m,rtsegt[d+1][j]) s
a342374071
·
2012-03-07 22:00
struct
query
Build
include
使用QSet遇到的编译错误
今天下午写了如下一段代码:QSetpointSet;pointSet.insert(QPoint());编译后却得到一个编译错误:errorC
2665
:'qHash':noneofthe16overloadscouldconvertalltheargumenttypes1
ykm0722
·
2012-01-17 16:00
poj
2665
Trees!
#include usingnamespacestd; intmain(){ while(1){ intcount,section; scanf("%d%d",&count,§ion); if(0==count&&0==section){ break; } intleft=count+1; while(section--){ intstart,end; scanf
zndxlxm
·
2011-07-28 11:00
HDU
2665
Kth number
HDU
2665
Kthnumber题目链接:http://acm.hdu.edu.cn/showproblem.php?
英雄哪里出来
·
2011-04-03 11:00
POJ 1797 Heavy Transportation
HeavyTransportationTimeLimit:3000MS MemoryLimit:30000KTotalSubmissions:9836 Accepted:
2665
DescriptionBackgroundHugoHeavyishappy.AfterthebreakdownoftheCargolifterprojecthecannowexpandbusiness.Butheneeds
hqd_acm
·
2010-09-30 20:00
解决MFC下线程创建的一个编译错误
错误的信息为:errorC
2665
:'AfxBeginThread':noneofthe2overloadscanconvertparameter1fromtype'unsignedint(void*)
silence1214
·
2010-07-30 21:00
thread
c
Google
Class
mfc
wizard
hdu
2665
Kth Number
pid=
2665
以前只知道用归并树做,查询时间复杂度要m*(logn)^3,昨天学了一个划分树,查询只要m*logn。其实这题的正解就是使用划分树来做。
A code a day, keeps the girls away!
·
2010-07-26 14:00
vc8的一些小问题
error C
2665
: 'AfxMessageBox' : none of the 2 overloads could convert all the argument types e:\study
kimmking
·
2009-06-09 21:00
mfc
vc++
AfxMessageBox
error C
2665
: 'AfxMessageBox' :(2008-09-2700:11:34)标签:afxmessagebox vs2005 error c
2665
杂谈 分类:编程,制作,DIYAfxMessageBox
allovexuwenqiang
·
2009-03-24 15:00
编程
c
编译器
Types
以前在OJ上做的题目(9)
POJ
2665
Trees 开始看到题目“Trees”的时候已经是一个关于树题目,都不敢去做,因为自己这个方面实在是太差劲了,没什么了解。
zhanger
·
2008-09-14 10:00
JavaScript
C++
c
J#
pascal
PKU
2665
1799 1018
PKU266517991018明天就要开始上课了今天切几道题开始新学期PKU
2665
很简单的一个题目PKU1799推出公式即可r=R*sin(PI/n)/1+sin(PI/n)PKU1018 有剪枝的穷举就是搜索吧题目大意
Victordu
·
2008-02-17 23:00
AfxMessageBox出现错误error C
2665
AfxMessageBox(("click"));错误 errorC
2665
:'AfxMessageBox':noneofthe2overloadscouldconvertalltheargumenttypes
ltolll
·
2007-03-14 17:00
c
Types
上一页
1
2
3
4
5
下一页
按字母分类:
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
其他