题解 | #称砝码#

称砝码

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

kind = int(input())
weigth = list(map(int, input().split()))
quantity = list(map(int, input().split()))
w_q = []

for i in range(kind):
    for j in range(quantity[i]):
        w_q.append(weigth[i])

wq = {0, }
for m in w_q:
    for q in list(wq):
        wq.add(m+q)
print(len(wq))

全部评论

相关推荐

04-11 23:51
门头沟学院 Java
坚定的芭乐反对画饼_许愿Offer版:人人都能过要面试干嘛,发个美团问卷填一下,明天来上班不就好了
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务