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
hdu1754
HDU1754
I Hate It
参考资料:http://www.cppblog.com/MiYu/archive/2010/08/29/125199.html此题的simple建立的树为:AC代码:#include usingnamespacestd; constint_N=200005; inta[_Nc?b:c; } //跟新父节点的值 voidpushUp(intrt) { a[rt]=max(a[
Dev|il
·
2011-09-16 23:00
HDU
HDU1754
I Hate It
阅读更多参考资料:http://www.cppblog.com/MiYu/archive/2010/08/29/125199.html此题的simple建立的树为:AC代码:#includeusingnamespacestd;constint_N=200005;inta[_Nc?b:c;}//跟新父节点的值voidpushUp(intrt){a[rt]=max(a[rt>a[rt];return;
Dev|il
·
2011-09-16 23:00
HDU1754
I Hate It(线段树入门题)
IHateItTimeLimit:9000/3000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):7182 AcceptedSubmission(s):2583ProblemDescription很多学校流行一种比较的习惯。老师们很喜欢询问,从某某到某某当中,分数最高的是多少。这让很多学生
JackyZhengX1990
·
2010-12-15 15:00
数据结构
c
测试
query
input
output
HDU1754
线段树入门
IHateItTimeLimit:9000/3000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):5978 AcceptedSubmission(s):2113ProblemDescription很多学校流行一种比较的习惯。老师们很喜欢询问,从某某到某某当中,分数最高的是多少。这让很多学生
ACM_DavidCN
·
2010-08-24 12:00
struct
测试
input
insert
Build
output
hdu 1754 (I Hate It)
hdu1754
(IHateIt)IHateItTimeLimit:9000/3000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission
chenlie
·
2009-10-09 19:00
hdu1754
hdu17541156ms#includeusing namespace std;#define N 200010#define MIN -0xFFFFFFFstruct Node{ int a,b,cover; int lc,rc;}Tree[2*N];int Len;int MAX;void build(int left,int right){ Len++; int N
xfstart07
·
2009-04-24 00:00
线段树系列之----单点更新,区间最大(HDU 1754)
线段树系列之----单点更新,区间最大(
HDU1754
)//回忆系列.. 1//segment tree template 2#include 3 4using namespace std;
xiaoguozi's Blog
·
2009-03-08 15:00
上一页
1
2
3
下一页
按字母分类:
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
其他