#include#include#include#include#include#include#include#include#include#include#include" />

日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

HDU 4390 Number Sequence 二分

系統 1965 0

題目地址: ? http://acm.hdu.edu.cn/showproblem.php?pid=4390



?

    #include<iostream>

#include<vector>

#include<list>

#include<deque>

#include<queue>

#include<stack>

#include<map>

#include<set>

#include<algorithm>

#include<cstdio>

#include<cstdlib>

#include<cstring>

#include<string>

#include<cmath>

#include<ctime>

using namespace std;



typedef long long LL;

const int N=500100;



int x[N];

int n,m;



bool test(int k)

{

    int i=1,t=0;

    while(i<=n)

    {

        if(x[i]%k==0)

            t+=(x[i])/k;

        else

            t+=(x[i])/k+1;

        i++;

    }

    if(t<=m) return false;//如果小于等于原有的箱子,說明數字還可以減小,因為減小了數字箱子就會增多

    return true;

}



int main()

{

    int i;

    while(cin>>n>>m&&n+m!=-2)

    {

        int max1=0;

        for(i=1;i<=n;i++)

        {

            scanf("%d",&x[i]);

            if(max1<x[i])

                max1=x[i];

        }

        int l=1,r=max1,mi;

        while(r>l)

        {

            mi=(r+l)/2;

            if(test(mi))//這個地方要特別注意,不要弄反了,實在不行的話,兩個都試試

                l=mi+1;

            else

                r=mi;

        }

        printf("%d\n",r);

    }

    return 0;

}


  


?

?

HDU 4390 Number Sequence 二分


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 铁岭县| 澄江县| 渑池县| 饶阳县| 修水县| 六安市| 安乡县| 台东县| 鹿泉市| 洪洞县| 宁河县| 汶川县| 土默特右旗| 兴宁市| 湖口县| 莎车县| 常山县| 健康| 临沧市| 浏阳市| 肥东县| 洛扎县| 镇江市| 华池县| 杭锦后旗| 南和县| 鹤岗市| 扶绥县| 黔西县| 连南| 荆州市| 正阳县| 永定县| 博白县| 沭阳县| 合水县| 莱阳市| 云霄县| 溧水县| 宾川县| 惠水县|