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
BillboardTime Limit:8000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeHDU 2795Appoint description:DescriptionAt the entrance ...
分类:
其他好文 时间:
2015-04-12 19:15:14
阅读次数:
157
题意:单点更新,区间LCIS(最长连续递增序列)查询。具备区间合并维护的性质,不用线段树用什么~ 1 #pragma comment(linker, "/STACK:10240000,10240000") 2 3 #include 4 #include 5 #include 6 ...
分类:
其他好文 时间:
2015-04-12 06:44:59
阅读次数:
137
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
题目传送门 1 /* 2 线段树的单点更新:有一个交叉更新,若rank=1,or;rank=0,xor 3 详细解释:http://www.xuebuyuan.com/1154895.html 4 */ 5 #include 6 #include 7 #include 8 #i...
分类:
其他好文 时间:
2015-04-08 14:44:04
阅读次数:
111
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
题意:很多学校流行一种比较的习惯。老师们很喜欢询问,从某某到某某当中,分数最高的是多少。这让很多学生很反感。不管你喜不喜欢,现在需要你做的是,就是按照老师的要求,写一个程序,模拟老师的询问。当然,老师有时候需要更新某位同学的成绩。5 61 2 3 4 5Q 1 5U 3 6Q 3 4Q 4 5U 2...
分类:
其他好文 时间:
2015-03-21 11:01:05
阅读次数:
187
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
1 #include 2 int n, m; 3 int a[10]; 4 int tree[6>1;20 build(rt=r)30 return tree[rt];31 if(a>r || b>1;34 int x=query(rt>1;54 ...
分类:
其他好文 时间:
2015-03-20 10:53:15
阅读次数:
119