甄黫陻堙 @ 2021-03-31 19:05:59
t=int(input())
j=1
while j<=t:
j=j+1
a,b=map(int,input().split())
i=1
s=int(1)
l=0
while i<=a:
s*=i
i=i+1
while s!=0:
k=int(s%10)
if k==b:
l=l+1
s=int(s/10)
print(l)
by Waaifu_D @ 2021-03-31 19:06:42
可是宁学的是C++啊
by 甄黫陻堙 @ 2021-03-31 19:10:31
@杜迎奥 ****
by int64 @ 2021-03-31 19:10:40
主页双帖,而且帖子内容一致,建议删除一条
by 甄黫陻堙 @ 2021-03-31 19:12:43
@钻剑君 已经删了一个了