Problem E. Buy the Ticket
时间限制 2 ms
内存限制 32 MB
The "Harry Potter and the Goblet of Fire" will be on show in the next few days. As a crazy fan of Harry Potter, you will go to the cinema and have the first sight, won’t you?
Suppose the cinema only has one ticket-office and the price for per-ticket is 50 dollars. The queue for buying the tickets is consisted of m + n persons (m persons each only has the 50-dollar bill and n persons each only has the 100-dollar bill).
Now the problem for you is to calculate the number of different ways of the queue that the buying process won't be stopped from the first person till the last person.
Note: initially the ticket-office has no money.
The buying process will be stopped on the occasion that the ticket-office has no 50-dollar bill but the first person of the queue only has the 100-dollar bill.
输入数据
输出数据
For each test case, first print the test number (counting from 1) in one line, then output the number of different ways in another line.
样例输入
样例输出
复制
Test #1:
6
Test #2:
18
Test #3:
180
$ Mathjax font initiator $