题解 | #称砝码#

称砝码

https://www.nowcoder.com/practice/f9a4c19050fc477e9e27eb75f3bfd49c

n = int(input())
m = list(map(int,input().split()))
x = list(map(int,input().split()))
amount = []

for i in range(n):
    for j in range(x[i]):
        amount.append(m[i])

weight = {0,}
for i in amount:
    for j in list(weight):
        weight.add(i + j)
#print(weight)
print(len(weight))

全部评论

相关推荐

瑞雪兆丰年_:可以贴个超级大的校徽,以防HR眼拙
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务