|
||||||||||
Deputy GeneralTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 451 Accepted Submission(s): 149 Problem Description War is cruel .Every one has a boss except LvBu. LvBu want to rally the troops to make his army stronger . The rule is: everyone may have 0~2 deputy generals and must have only one boss(except LvBu).Everyone has his own level(all levels are different),and his deputy generals' level must less than his. You can assume no one is more levelful than LvBu. For example , LvBu's level is 4,ChenGong's level is 3,ZhangLiao's level is 2 and GaoShun's level is 1.So,We can make five way : Now ,give you the number of generals in LvBu's army.Please tell me the number of possible methods? The answer might be very large. Output your answers mod k. Input Each line contains two integers n and k, indicating the number of LvBu's generals (including LvBu). 1<= n <= 1000;2<=k<=1,000,000,000 Output For each case, output an answer mod k. Sample Input
Sample Output
Author sh¨£áÌ Source | ||||||||||
|