哎,又切了一天的水题。线段树果然必须自己写出来才能叫真正的会了,之前一直在套模板确实不好。这个题目是单点更新 之 单点增减,= ̄ω ̄= 1 #include 2 3 const int maxn = (1 = R) return sum[o];28 29 int ans = 0;30 ...
分类:
其他好文 时间:
2015-04-25 19:35:56
阅读次数:
117
BillboardTime Limit: 1 SecMemory Limit: 256 MB题目连接http://acm.hdu.edu.cn/showproblem.php?pid=2795DescriptionAt the entrance to the university, there is...
分类:
其他好文 时间:
2015-04-21 12:37:57
阅读次数:
139
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2795BillboardTime Limit: 20000/8000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Subm...
分类:
其他好文 时间:
2015-04-20 22:23:04
阅读次数:
122
M - 秋实大哥与线段树Time Limit: 3000/1000MS (Java/Others) Memory Limit: 65535/65535KB (Java/Others)SubmitStatus“学习本无底,前进莫徬徨。” 秋实大哥对一旁玩手机的学弟说道。秋实大哥是一个爱学习的人,今天....
分类:
其他好文 时间:
2015-04-18 06:22:45
阅读次数:
165
题意: 一共有n天 每天西瓜售价为dp[i]元 该天的西瓜能吃v[i]天 而且这天如果买了西瓜之前的西瓜就要扔掉 问每天都吃到西瓜的最小花费是多少思路: 从最后一天开始dp最小花费 并用线段树单点更新来维护#include #include #include #include using names...
分类:
其他好文 时间:
2015-04-15 21:03:39
阅读次数:
145
Tunnel WarfareTime Limit: 1 SecMemory Limit: 256 MB题目连接http://acm.hdu.edu.cn/showproblem.php?pid=1540DescriptionDuring the War of Resistance Against J...
分类:
其他好文 时间:
2015-04-14 00:18:45
阅读次数:
216
Billboard
Time Limit: 20000/8000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 12813 Accepted Submission(s): 5579
Problem Description
At the entranc...
分类:
其他好文 时间:
2015-04-09 09:01:34
阅读次数:
139
I Hate It
Time Limit: 9000/3000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 44713 Accepted Submission(s): 17548
Problem Description
很多学校流行一种比较的习惯。...
分类:
其他好文 时间:
2015-04-08 09:18:02
阅读次数:
181
敌兵布阵
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 51751 Accepted Submission(s): 21648
Problem Description
C国的死对头A国这段时间正在进行军事演...
分类:
其他好文 时间:
2015-04-07 21:42:56
阅读次数:
126
Minimum Inversion Number(线段树单点更新+逆序数)
Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d
& %I64u
Submit Status
Description
The inversion number of a given number se...
分类:
其他好文 时间:
2015-03-20 22:10:57
阅读次数:
145