题解 | #称砝码#

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))

全部评论

相关推荐

预计下个星期就能开奖吧,哪位老哥来给个准信
华孝子爱信等:对接人上周说的是这周
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务