
POJ
摇摇乐
摇摇乐
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
POJ 1463 Strategic game(树形dp) 题解
题目来源:http://poj.org/problem?id=1463题目描述:DescriptionBob enjoys playing computer games, especially strategic games, but sometimes he cannot find the solution fast enough and then he is very sad....原创 2018-09-12 10:43:42 · 215 阅读 · 0 评论 -
POJ 3186 Treats for the Cows(区间dp) 题解
题目来源:http://poj.org/problem?id=3186题目描述:DescriptionFJ has purchased N (1 <= N <= 2000) yummy treats for the cows who get money for giving vast amounts of milk. FJ sells one treat per day...原创 2018-09-12 11:14:46 · 292 阅读 · 0 评论 -
POJ 1716 Integer Intervals(差分约束) 题解
题目来源:http://poj.org/problem?id=1716题目描述:DescriptionAn integer interval [a,b], a < b, is a set of all consecutive integers beginning with a and ending with b. Write a program that: finds th...原创 2018-09-12 19:52:24 · 223 阅读 · 0 评论 -
POJ 2955 Brackets(区间dp) 题解
题目来源:http://poj.org/problem?id=2955题目描述:DescriptionWe give the following inductive definition of a “regular brackets” sequence:the empty sequence is a regular brackets sequence, if s is a r...原创 2018-09-12 20:38:10 · 191 阅读 · 0 评论 -
POJ 1651 Multiplication Puzzle(区间dp) 题解
题目来源:http://poj.org/problem?id=1651题目描述:DescriptionThe multiplication puzzle is played with a row of cards, each containing a single positive integer. During the move player takes one card out...原创 2018-09-12 20:55:27 · 199 阅读 · 0 评论 -
POJ 2486 Apple Tree(树形dp) 题解
题目来源:http://poj.org/problem?id=2486题目描述:DescriptionWshxzt is a lovely girl. She likes apple very much. One day HX takes her to an apple tree. There are N nodes in the tree. Each node has an am...原创 2018-09-12 22:08:21 · 350 阅读 · 0 评论