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
3468
PKU 2777 && PKU
3468
&& HDU 1698【线段树:区间修改值】
id=
3468
http://acm.pku.edu.cn/JudgeOnline/problem?id=2777http://acm.hdu.edu.cn/showproblem.php?
yuhailin060
·
2010-03-25 22:00
POJ
3468
A Simple Problem with Integers
POJ
3468
ASimpleProblemwithIntegers这道题给我的教训是:对于线段树的更新一定要细心再细心!明确结点保存的信息,充分利用,考虑周到之后再动手编程!
心如止水
·
2010-03-15 23:00
POJ
3468
A Simple Problem with Integers 线段树
POJ
3468
ASimpleProblemwithIntegers线段树思路:每个节点记录两个值:所有子节点的增量和该节点的增量代码烂,1500+ms。为了避免爆栈,实现计算好了左右边界和中间值。
糯米
·
2010-02-28 23:00
利用百度搜索
后面的数字可以是随意的.图中我选了
3468
,你们可以选别的!下面一定要选显示100条!2.设置完后点【百度一下】出现如图然后把地址栏的地址复制一下!
Implicit
·
2010-02-13 03:42
职场
休闲
pku 2777 Count Color
这道题与之前的
3468
最大的区别在于它需要在递归前根据情况更新子节点的值,也就是 if (count(tree[node]) == 1) tree[node * 2] = tree
digiter
·
2010-02-07 22:00
C++
c
C#
pku
3468
A Simple Problem with Integers
典型的线段树区间更新、区间查询题目,代码基本上是自己根据理解写出来的 注:之前的版本写的不好,现在的是修改后的 #include <cstdio> #include <cstring> #include <algorithm> using std::min; using std::max; typedef long long LL;
digiter
·
2010-02-07 00:00
C++
c
C#
POJ
3468
A simple problems with Integers
ASimpleProblemwithIntegersTimeLimit: 5000MS MemoryLimit: 131072KTotalSubmissions: 11583 Accepted: 2756CaseTimeLimit: 2000MSDescriptionYouhave N integers, A1, A2,..., AN.Youneedtodealwithtwokindsofop
bobten2008
·
2009-10-05 19:00
c
input
each
output
Numbers
U盘安装Ubuntu
网上有很多介绍了,给一个图文并茂的:http://hi.baidu.com/%C3%BB%D3%D0%B7%E7%B5%C4%C6%F8%C1%F7/blog/item/3a
3468
db091602d2b7fd48bc.html
piyajee
·
2009-07-20 17:00
c
ubuntu
PKU
3468
线段树入门
ASimpleProblemwithIntegersDescriptionYouhaveNintegers,A1,A2,...,AN.Youneedtodealwithtwokindsofoperations.Onetypeofoperationistoaddsomegivennumbertoeachnumberinagiveninterval.Theotheristoaskforthesumof
yes you do
·
2009-05-26 12:00
线段树 + 区间更新 + 模板 ---- poj
3468
A Simple Problem with Integers Time Limit: 5000MS Memory Limit: 131072K Total Submissions: 59798 Accepted: 18237 Case Time Limit: 2000MS
·
2009-02-21 11:00
poj
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
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
其他