ГлавнаяСборникиТурнирыРазделыФорумыУчастникиПечатьПомощьО системе

Разделы > Unsorted > задача:


50970 - Marbles

Задачи раздела

• 50452 - Multiplication Table
• 50456 - nth Digit of a Number
• 50817 - The Knight Move
• 50463 - Drawing a Triangle
• 50537 - esreveR Triangle
• 50385 - From m to n
• 50966 - TVSH
• 503013 - DNA
• 50970 - Marbles
• 50943 - Word Game
• 50971 - Belote Game
• 50942 - Win or Lose
• 50894 - ASCII Codes
• 50886 - Even or Odd
• 50897 - Prime Number
• 50910 - Flipping Coins
• 50950 - Biggest Number

Обратная связь

Если у вас есть предложения или пожелания по работе Contester, посетите форум сайта www.contester.ru.

Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб.

Marbles

Rohit dreams he is in a shop with an infinite amount of marbles. He is allowed to select n marbles. There are marbles of k different colors. From each color, there are also infinitely many marbles. Rohit wants to have at least one marble of each color, but still there are many possibilities for his selection. In his effort to make a decision, he wakes up. Now he asks you how many possibilities for his selection he would have had. Assume that marbles of equal color cannot be distinguished, and the order of the marbles is irrelevant.

Input

The first line of input contains a number T <= 100 that indicates the number of test cases to follow. Each test case consists of one line containing n and k, where n is the number of marbles Rohit selects and k is the number of different colors of the marbles. You can assume that 1<=k<=n<=1000000.

Output

For each test case, print the number of possibilities that Rohit would have had. You can assume that this number fits into a signed 64-bit integer.

Sample Input1:

Sample Input2:

2

10 10

30 7

1

3 2

Sample Output1:

Sample Output2:

1

475020

2

 

Для отправки решений необходимо выполнить вход.

www.contester.ru