#Lutece0617. 计数
计数
Migrated from Lutece 617 计数
All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.
Description
有个物品,每个物品有一个标签,标签相同的物品认为是一样的,现在要从这个物品中选出r个物品,问有多少种方法。
Input
有大概组数据。每组数据第一行有两个整数, () 分别代表物品数和询问数,第二行有个数,代表每个物品的标签(在之间),第三行有个数,每个数代表一个询问() ,代表输入结束。
Output
对于每组数据,先输出一行Case T:
,为数据组数,接下来每行输出一个询问的答案。
Samples
5 2
1 1 1 2 2
1 2
5 3
1 2 3 4 5
1 2 0
0 0
Case 1:
2
3
Case 2:
5
10
1
Resources
UESTC Training for Math