POJ
文章平均质量分 80
lljjccsskk
这个作者很懒,什么都没留下…
展开
-
POJ - 2559 Largest Rectangle in a Histogram 单调栈
单调栈的练手题,主要内容就是把每一个矩形右界限和左界限算出来比较大小就O原创 2015-06-09 09:42:36 · 329 阅读 · 0 评论 -
POJ-1639 Picnic Planning (最小度限制生成树)(模板题)
Picnic PlanningTime Limit: 5000MS Memory Limit: 10000KTotal Submissions: 8340 Accepted: 2946DescriptionThe Contortion Brothers are a famous set of c转载 2016-03-09 22:38:51 · 404 阅读 · 0 评论 -
POJ 3468-A Simple Problem with Integers(线段树)
A Simple Problem with IntegersDescriptionYou have N integers, A1, A2, ... ,AN. You need to deal with two kinds of operations. One type of operation is to add some given number to each number原创 2015-08-17 13:54:58 · 302 阅读 · 0 评论 -
POJ 2186-Popular Cows
Popular CowsTime Limit:2000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uSubmitStatusDescriptionEvery cow's dream is to become the most popular cow in the herd. In a herd原创 2015-08-18 15:23:03 · 302 阅读 · 0 评论 -
poj1236-Network of Schools
Network of SchoolsTime Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64uDescriptionA number of schools are connected to a computer network. Agreements have been dev原创 2015-08-18 10:56:50 · 598 阅读 · 0 评论 -
POJ 2777-Count Color
Count ColorDescriptionChosen Problem Solving and Program design as an optional course, you are required to solve all kinds of problems. Here, we get a new problem.There is a very long board原创 2015-08-17 16:35:34 · 360 阅读 · 0 评论 -
poj 3264 -Balanced Lineup (RMQ与线段树两种做法)
Balanced Lineup DescriptionFor the daily milking, Farmer John's N cows (1 ≤ N ≤ 50,000) always line up in the same order. One day Farmer John decides to organize a game of Ultimate Frisbee原创 2015-08-14 21:50:37 · 353 阅读 · 0 评论 -
poj2481-Cows
CowsDescriptionFarmer John's cows have discovered that the clover growing along the ridge of the hill (which we can think of as a one-dimensional number line) in his field is particularly good.原创 2015-08-16 08:35:47 · 300 阅读 · 0 评论 -
poj2182-Lost Cows
Lost CowsDescriptionN (2 <= N <= 8,000) cows have unique brands in the range 1..N. In a spectacular display of poor judgment, they visited the neighborhood 'watering hole' and drank a few too many原创 2015-08-15 23:12:54 · 306 阅读 · 0 评论 -
hdu 1159/poj1458 Common Subsequence 最长公共子串
最长公共子串经典题原创 2015-08-12 20:31:46 · 331 阅读 · 0 评论 -
Poj 1651 Multiplication Puzzle
Multiplication PuzzleTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 4948 Accepted: 2958DescriptionThe multiplication puzzle is pl转载 2015-08-12 23:41:52 · 253 阅读 · 0 评论 -
POJ 3026 Borg Maze(bfs+最小生成树)
Borg MazeTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 6634 Accepted: 2240DescriptionThe Borg is an immensely powerful race of enhanced humanoid转载 2016-10-01 21:55:17 · 265 阅读 · 0 评论