![]() |
||||||||||
|
||||||||||
PermutaionTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 272 Accepted Submission(s): 98 Problem Description As we known, there are N! permutations of {1,2,...N}. Now you are requested to find how many permutations satisfying that, the difference of every two adjacent numbers is not more than K. Because the answer may be quite large, you only need to output the answer module (%) 1,000,000,007. You can assume 2 <= N <= 50 and 0 <= K <= 4. Input There are several lines of the input. Each line indicates one test case, and contains two numbers N and K. Output Output one line for each test case, indicating the answer module 1,000,000,007. Sample Input
Sample Output
Source | ||||||||||
|