ACM校级竞赛题目

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

Marble Madness

Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Problem Description

Wilson likes to test his future employees, especially with funny games.

This time he has invented a game where you start out with B black marbles and W white ones in a bag.

You also have endless supplies of both kinds of marbles outside the bag. The game proceeds in rounds. In each round, you take two marbles at random out of the bag, and put one marble back in (possibly another color than any of the two you took out), obeying the following rules:

1. When you take out two white marbles, you put a black one back in.

2. When you take out one black and one white, you put a white marble back in.

3. When you take out two black marbles, you put a black one back in.

At the end of this game, there will only be one marble in the bag. This marble may be white with a probability and black with a probability given the number of marbles of each colour you start with. Your job is to find these probabilities.

Input

The input will start with a line giving the number of test cases, T. Each test case will be presented at one line with two integers, B and W, separated by a single space, representing the number of black and white marbles respectively.

Output

There should be one line of output for each test case with two floating point numbers separated by a single space. The first number should represent the probability that the last marble is black, and the second the probability that the last marble is white.

Notes and Constraints

0 < T <= 100

0 <= B,W <= 50000

0 < B +W

Any answer within 10^-6 of the correct one will be accepted.

Sample Input

2

1 1

3 0

Sample Output

0.00 1.00

1.00 0.00

The competition between dog and men

Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)

Problem Description

Nowadays, LiuJun of DLU thinks of a simple math problem. The problem is derive from primary school: Two men get close with the same speed v1, there is a dog run between them with speed v2. It is easy to answer the question that how long dog has run (D) before they meet. Since it is so easy, he want to change this problem. Two men can see each other within 10 meters, if their distance less than 10 meters, then they stop. The dog can run at most L2 meters. At first, two man's distance is L1 meters, their speeds are changed. The left man's speed becomes ()21/tan sin v t and the right man's speed becomes ()2

1/tan cos v t . The dog's speed also changed to ()()221.557412 1.55741tan tan sin cos v t t ⎛⎫ ⎪⨯- ⎪ ⎪⎝⎭

Input

the first line N, then N lines follows

each line has 4 parameters L1, L2, V1, V2;

0<=L1,L2<=100,0

Output

D represent how long dog has run, round to integer.

Sample Input

2

9 1 2 3

47 11 25 9

Sample Output

11

Wilson ’s Tables

Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Problem Description

Today is Wilson of DLU birthday. He invites a lot of friends. Now it's dinner time. Wilson wants

相关文档
最新文档