
poj
bokzmm
这个作者很懒,什么都没留下…
展开
-
poj-1458-Common Subsequence(LCS)
Common SubsequenceTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 33069 Accepted: 12966DescriptionA subsequence of a given sequence is the given sequence with some elements (poss原创 2015-08-13 14:49:57 · 337 阅读 · 0 评论 -
poj1488
DescriptionTEX is a typesetting language developed by Donald Knuth. It takes source text together with a few typesetting instructions and produces, one hopes, a beautiful document. Beautiful doc原创 2015-12-06 21:29:41 · 342 阅读 · 0 评论 -
poj2393Yogurt factory(贪心-坑)
Yogurt factoryTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 8108 Accepted: 4151DescriptionThe cows have purchased a yogurt factory that makes world-fa原创 2016-01-08 15:51:48 · 366 阅读 · 0 评论 -
poj1164The Castle(搜索)
The CastleTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 6944 Accepted: 3892Description 1 2 3 4 5 6 7 #########################原创 2015-12-26 16:56:50 · 547 阅读 · 0 评论 -
poj2532(BIT)
StarsTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 39677 Accepted: 17231DescriptionAstronomers often examine star maps where stars are represented by原创 2016-03-04 23:03:44 · 320 阅读 · 0 评论 -
poj3187Backward Digit Sums(dfs)
Backward Digit SumsTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 5673 Accepted: 3287DescriptionFJ and his cows enjoy playing a mental game. They write原创 2016-03-06 14:27:55 · 321 阅读 · 0 评论 -
poj1603(最短路)
RiskTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 2922 Accepted: 1357DescriptionRisk is a board game in which several opposing players attempt to conq原创 2016-03-06 16:04:14 · 376 阅读 · 0 评论 -
poj3061
SubsequenceTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 10916 Accepted: 4516DescriptionA sequence of N positive integers (10 < N < 100 000), each of them less than or equal 10原创 2016-03-09 22:56:16 · 270 阅读 · 0 评论 -
poj1017(贪心)
PacketsTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 50111 Accepted: 16941DescriptionA factory produces products packed in square packets of the same原创 2016-04-06 21:23:28 · 432 阅读 · 0 评论 -
poj2229susmets
Online JudgeProblem SetAuthorsOnline ContestsUserWeb BoardHome PageF.A.QsStatistical ChartsProblemsSubmit ProblemOnlin原创 2016-01-06 19:22:22 · 265 阅读 · 0 评论 -
pojRed and Black(dfs)
Red and BlackTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 27213 Accepted: 14782DescriptionThere is a rectangular room, covered with square tiles. Eac原创 2015-12-16 15:33:17 · 340 阅读 · 0 评论 -
poj2386Lake Counting(dfs)
Lake CountingTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 25434 Accepted: 12814DescriptionDue to recent rains, water has pooled in various places in原创 2015-12-15 22:39:38 · 285 阅读 · 0 评论 -
poj-2406-Power Strings (kmp)
Power Strings Time Limit : 6000/3000ms (Java/Other) Memory Limit : 131072/65536K (Java/Other)Total Submission(s) : 157 Accepted Submission(s) : 59Problem DescriptionGiven two strings a and原创 2015-08-13 13:04:43 · 434 阅读 · 0 评论 -
poj3253Fence Repair(贪心)
Fence RepairTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 32802 Accepted: 10581DescriptionFarmer John wants to repair a small length of the fence arou原创 2015-09-02 10:58:05 · 429 阅读 · 0 评论 -
POJ-3620Avoid The Lakes (搜索)
Avoid The Lakes Time Limit : 2000/1000ms (Java/Other) Memory Limit : 131072/65536K (Java/Other)Total Submission(s) : 194 Accepted Submission(s) : 108Problem DescriptionFarmer John's farm w原创 2015-08-05 18:54:08 · 441 阅读 · 0 评论 -
poj1942 Paths on a Grid(组合数)
Paths on a GridTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 23307 Accepted: 5740DescriptionImagine you are attending your math lesson at school. Once原创 2015-09-28 18:26:21 · 417 阅读 · 0 评论 -
poj3624Charm Bracelet(01背包)
Charm BraceletTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 28098 Accepted: 12638DescriptionBessie has gone to the mall's jewelry store and spies a ch原创 2015-10-05 10:36:39 · 347 阅读 · 0 评论 -
poj1611The Suspects(并查集)
The SuspectsTime Limit: 1000MS Memory Limit: 20000KTotal Submissions: 28165 Accepted: 13719DescriptionSevere acute respiratory syndrome (SARS), an atypical pneumo原创 2015-09-19 22:27:08 · 419 阅读 · 0 评论 -
poj1163The Triangle(动态规划)
The TriangleTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 41970 Accepted: 25383Description73 88 1 02 7 4 44 5 2 6 5(Figure原创 2015-11-24 15:24:23 · 440 阅读 · 0 评论 -
poj1458Common Subsequence(求两个字符串的最长公共子序列)
Common SubsequenceTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 44296 Accepted: 18108DescriptionA subsequence of a given sequence is the given sequenc原创 2015-11-21 11:00:53 · 376 阅读 · 0 评论 -
poj3356(LCS)
AGTCTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 12190 Accepted: 4575DescriptionLet x and y be two strings over some finite alphabet A. We would like原创 2016-03-25 20:23:58 · 272 阅读 · 0 评论