题解 | #称砝码#

categroy = int(input())
weights  = list(map(int,input().split()))
counts   = list(map(int,input().split()))

ls = {0} for weight,count in zip(weights,counts):  for i in range(count):
        ls = ls|{weight+j for j in ls} print(len(ls))   
print(len(ls))

全部评论

相关推荐

点赞 评论 收藏
分享
不愿透露姓名的神秘牛友
11-20 19:57
已编辑
某大厂 golang工程师 23.0k*16.0, 2k房补,年终大概率能拿到
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务