#Lutece0724. 排列
排列
Migrated from Lutece 724 排列
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
给一个数字串和正整数, 统计有多少种不同的排列能被整除(可以有前导)。例如有种排列能被整除,其中末位为的有种,末位为的有种。
Input
输入第一行是一个整数,表示测试数据的个数,以下每行一组和,中间用空格隔开。保证只包含数字. |s| <= 11 , d <= 1000
Output
每个数据仅一行,表示能被整除的排列的个数。
Samples
7
000 1
001 1
1234567890 1
123434 2
1234 7
12345 17
12345678 29
1
3
3628800
90
3
6
1398
Resources
2013 UESTC ACM Training for Dynamic Programming