二分
文章平均质量分 79
ALPS233
这个作者很懒,什么都没留下…
展开
-
【Codeforces 570D 】Tree Requests dfs序+二分
D. Tree Requests time limit per test2 seconds memory limit per test256 megabytes inputstandard input outputstandard output Roman planted a tree consisting of n vertices. Each vertex contains a low原创 2016-01-15 20:49:10 · 843 阅读 · 0 评论 -
【BZOJ 1614】: [Usaco2007 Jan]Telephone Lines架设电话线 spfa+二分
题目:http://www.lydsy.com/JudgeOnline/problem.php?id=16141614: [Usaco2007 Jan]Telephone Lines架设电话线 Time Limit: 5 Sec Memory Limit: 64 MB Submit: 1321 Solved: 566 [Submit][Status][Discuss] Descripti原创 2016-05-17 10:31:25 · 896 阅读 · 0 评论 -
[hdu 5532] [2015ACM/ICPC亚洲区长春站 ] Almost Sorted Array 最长不下降子序列
Almost Sorted Array Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others) Total Submission(s): 1917 Accepted Submission(s): 494Problem Description We are all famil原创 2016-04-21 08:49:26 · 826 阅读 · 0 评论 -
【HDU5515】【2015ACM/ICPC亚洲区沈阳站】 Game of Flying Circus 二分
Game of Flying Circus Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 504 Accepted Submission(s): 127Problem Description The discovery of原创 2016-04-20 14:38:52 · 859 阅读 · 0 评论 -
【poj 2892】Tunnel Warfare 二分+树状数组
Tunnel Warfare Time Limit: 1000MS Memory Limit: 131072K Total Submissions: 7576 Accepted: 3127DescriptionDuring the War of Resistance Against Japan, tunnel warfare was carried out extensivel原创 2016-04-06 10:20:15 · 1136 阅读 · 1 评论 -
[poj 3122] Pie 二分
Pie Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 14126 Accepted: 4844 Special JudgeDescription My birthday is coming up and traditionally I’m serving pie. Not just one原创 2016-04-01 10:00:58 · 421 阅读 · 0 评论 -
NOIP 2015 d2t1【poj 3258】 River Hopscotch 二分
River Hopscotch Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 10628 Accepted: 4558DescriptionEvery year the cows hold an event featuring a peculiar version of hopscotch that原创 2016-04-01 09:14:02 · 598 阅读 · 0 评论 -
【poj 3273】 Monthly Expense 二分
Monthly Expense Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 21071 Accepted: 8251DescriptionFarmer John is an astounding accounting wizard and has realized he might run out原创 2016-04-01 08:35:30 · 508 阅读 · 0 评论 -
【BZOJ 1012】[JSOI2008]最大数maxnumber
1012: [JSOI2008]最大数maxnumberTime Limit: 3 Sec Memory Limit: 162 MB Description 现在请求你维护一个数列,要求提供以下两种操作: 1、 查询操作。语法:Q L 功能:查询当前数列中末尾L个数中的最大的数,并输出这个数的值。限制:L不超过当前数列的长度。 2、 插入操作。语法:A n 功能:将n加上t,其中t是最近一次查原创 2015-12-01 20:11:30 · 814 阅读 · 1 评论 -
【poj 2976】 Dropping tests 二分(分数优化)
题目:http://poj.org/problem?id=2976Dropping testsTime Limit: 1000MS Memory Limit: 65536K Total Submissions: 9121 Accepted: 3194 DescriptionIn a certain course, you take n tests. If you get ai out of原创 2016-06-01 18:42:37 · 3246 阅读 · 1 评论