题解 | #中彩票的的概率#

中彩票的的概率

https://www.nowcoder.com/practice/531e409e1b564cfbbb275c6a8d3a4b45

lottery=input().split()
possibility=input().split()
n=input().split()
lottery_combination={}
result=1
j=0
for i in lottery:
    lottery_combination[i]=possibility[j]
    j=j+1
for i in n:
    result=result*float(lottery_combination[i])
# print(possibility)
# print(lottery_combination)
print('{:.3f}'.format(result))

全部评论

相关推荐

一名愚蠢的人类:多少games小鬼留下了羡慕的泪水
投递荣耀等公司10个岗位
点赞 评论 收藏
分享
11-15 18:39
已编辑
西安交通大学 Java
全村最靓的仔仔:卧槽,佬啥bg呢,本也是西交么
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务