码迷,mamicode.com
首页 > 其他好文 > 详细

hzau 1200 Choosy in Food

时间:2017-04-30 23:07:49      阅读:279      评论:0      收藏:0      [点我收藏+]

标签:...   href   min   put   problem   res   led   which   tree   

1200: Choosy in Food

Time Limit: 1 Sec  Memory Limit: 1280 MB
Submit: 32  Solved: 5
[Submit][Status][Web Board]

Description

    Xiao Ming find n trees (labeled 0...n-1) which join a circle in a magical land. Each tree
is covered with ripe berries. Xiao Ming wants to find the tree whose berries are most delicious. He starts from the tree X, walks clockwise to find the target. Each time the probability of him walking k trees is Pk% . P1+P2+..+Pk = 100

      Now we know the target of Xiao Ming is the tree Y. Require to know expectation of the number of the trees which Xiao Ming walk through

Input

    The first parameter is T, indicates the case number.

    In each case, there are four integers at the first line, N, M, X , Y (Tree labels from 0 to N-1, N < 100, M < N).  

Output

     The expectation of the number of trees Xiao Ming walk through. It will be reserved two decimal places. If Xiao Ming will never arrive the tree, output -1. 

Sample Input

2 
4 2 0 1
50 50 
4 1 0 2 
100

Sample Output

4.20
2.00

HINT

hzau 1200 Choosy in Food

标签:...   href   min   put   problem   res   led   which   tree   

原文地址:http://www.cnblogs.com/bofengyu/p/6790489.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!