
概率DP
JW12138
既然出生在这个世上,我就没想着活着回去!!!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Circle(山东省第五届ACM大学生程序设计竞赛 )
Problem Description You have been given a circle from 0 to n - 1. If you are currently at x, you will move to (x - 1) mod n or (x + 1) mod n with equal probability. Now we want to know the expected n原创 2017-05-21 18:31:09 · 284 阅读 · 0 评论 -
Collecting Bugs(POJ-2096)
Description Ivan is fond of collecting. Unlike other people who collect post stamps, coins or other material stuff, he collects software bugs. When Ivan gets a new program, he classifies all possible原创 2017-05-21 18:36:04 · 331 阅读 · 0 评论