{ 二分答案 }soj2015

本文介绍了一个关于制作完美项链的问题。主人公计划为朋友们准备由不同种类珍珠组成的M-perfect项链作为新年礼物,并希望了解在有限珍珠数量下能制作的最大项链数。题目要求通过输入不同种类珍珠的数量及每条项链所需的珍珠数M,计算并输出最多可以制作的完美项链数量。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

2015. A New Year Gift
Description

 Windbreaker was planning to send his friends some necklaces as New Year gifts. To show sincerity ,he decided to make the necklaces all by himself. He bought some kinds of pearls and each kind of pearls has a different color from others. He wanted to make each necklace consisted of M pearls from different kinds, that’s what he called M-perfect necklace. Windbreaker wanted to know the maximum number of necklaces he could send out to his friends. The number of pearls of each kind and M are given, and now you are asked to tell Windbreaker how many M-perfect necklaces he could make at most

Input

 You will be given a number of cases in the input. Each case starts with a positive integer n(n<=1000),which is the number of different kinds;

The second line contains n positive numbers represent for the number of pearls of each kind which will not exceed 2000.

The third line contains a positive number M(1<=M<=100).

The end of input is indicated by a line containing n=0.

 

Output

 For each test case, output a line containing the Maximum number of M-perfect necklaces.

Sample Input
 Copy sample input to clipboard
5
3 3 3 3 3
5
6
1 2 3 4 5 6
5
0
Sample Output
3
3

我是要WA多几题才有二分答案的概念。。。。。。。

不是dp能证明贪心都给我去二分啊啊啊啊

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值