|
||||||||||
PendantTime Limit: 6000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1158 Accepted Submission(s): 616 Problem Description On Saint Valentine's Day, Alex imagined to present a special pendant to his girl friend made by K kind of pearls. The pendant is actually a string of pearls, and its length is defined as the number of pearls in it. As is known to all, Alex is very rich, and he has N pearls of each kind. Pendant can be told apart according to permutation of its pearls. Now he wants to know how many kind of pendant can he made, with length between 1 and N. Of course, to show his wealth, every kind of pendant must be made of K pearls. Output the answer taken modulo 1234567891. Input The input consists of multiple test cases. The first line contains an integer T indicating the number of test cases. Each case is on one line, consisting of two integers N and K, separated by one space. Technical Specification 1 ¡Ü T ¡Ü 10 1 ¡Ü N ¡Ü 1,000,000,000 1 ¡Ü K ¡Ü 30 Output Output the answer on one line for each test case. Sample Input
Sample Output
Source | ||||||||||
|