• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            poj1276

            Cash Machine

            Time Limit: 1000MS Memory Limit: 10000K
            Total Submissions: 18125 Accepted: 6307

            Description

            A Bank plans to install a machine for cash withdrawal. The machine is able to deliver appropriate @ bills for a requested cash amount. The machine uses exactly N distinct bill denominations, say Dk, k=1,N, and for each denomination Dk the machine has a supply of nk bills. For example,

            N=3, n1=10, D1=100, n2=4, D2=50, n3=5, D3=10

            means the machine has a supply of 10 bills of @100 each, 4 bills of @50 each, and 5 bills of @10 each.

            Call cash the requested amount of cash the machine should deliver and write a program that computes the maximum amount of cash less than or equal to cash that can be effectively delivered according to the available bill supply of the machine.

            Notes:
            @ is the symbol of the currency delivered by the machine. For instance, @ may stand for dollar, euro, pound etc.

            Input

            The program input is from standard input. Each data set in the input stands for a particular transaction and has the format:

            cash N n1 D1 n2 D2 ... nN DN

            where 0 <= cash <= 100000 is the amount of cash requested, 0 <=N <= 10 is the number of bill denominations and 0 <= nk <= 1000 is the number of available bills for the Dk denomination, 1 <= Dk <= 1000, k=1,N. White spaces can occur freely between the numbers in the input. The input data are correct.

            Output

            For each set of data the program prints the result to the standard output on a separate line as shown in the examples below.

            Sample Input

            735 3  4 125  6 5  3 350
            633 4  500 30  6 100  1 5  0 1
            735 0
            0 3  10 100  10 50  10 10

            Sample Output

            735
            630
            0
            0

            Hint

            The first data set designates a transaction where the amount of cash requested is @735. The machine contains 3 bill denominations: 4 bills of @125, 6 bills of @5, and 3 bills of @350. The machine can deliver the exact amount of requested cash.

            In the second case the bill supply of the machine does not fit the exact amount of cash requested. The maximum cash that can be delivered is @630. Notice that there can be several possibilities to combine the bills in the machine for matching the delivered cash.

            In the third case the machine is empty and no cash is delivered. In the fourth case the amount of cash requested is @0 and, therefore, the machine delivers no cash.



            這個題描述不好,搞得我很亂,就是有一個cash大小的背包,有n中物品,每種物品有nk個,每個費用dk,問包里最多能裝多少,

            這是個多重背包,但是物品數特別多,有10*1000個最多,

            剛開始沒注意,tle了,然后想到要用背包九講中講的二進制拆分的思想

            把每種物品分成1*w[i],2*w[i],4*w[i],……,2^k *w[i],(num[i]-2^(k+1)+1) *w[i] 這樣物品數就大大降低了,物品數變成了log(num)

            因為每個數都可以用多個2的幾次方組成,

            還有肯能的優化是有的物品費用超過了背包體積,直接舍去就可以了

             1#include<stdio.h>
             2#include<string.h>
             3#include<math.h>
             4#define MAX 10000
             5int v,n,w[MAX],num[20];
             6int f[100100],ww;
             7int i,j,k;
             8int tot,t;
             9int max(int a,int b)
            10{
            11    if (a>b) return a;
            12    else return b;
            13}

            14int main()
            15{
            16    while (scanf("%d%d",&v,&n)!=EOF)
            17    {
            18        tot=0;
            19        for (i=1; i<=n ; i++ )
            20        {
            21            scanf("%d%d",&num[i],&ww);
            22            if (num[i]!=0)
            23            {
            24                tot++;
            25                w[tot]=ww;
            26                num[i]--;
            27            }

            28            t=2;
            29            while (num[i]>=t)
            30            {
            31                num[i]-=t;
            32                tot++;
            33                w[tot]=t*ww;
            34                t=t*2;
            35            }

            36            if (num[i]>0)
            37            {
            38                tot++;
            39                w[tot]=num[i]*ww;
            40            }

            41        }

            42        memset(f,0,sizeof(f));
            43        for (i=1; i<=tot ; i++ )
            44            for (j=v; j>=w[i]; j-- )
            45            {
            46                f[j]=max(f[j],f[j-w[i]]+w[i]);
            47            }

            48        {
            49        }

            50        printf("%d\n",f[v]);
            51    }

            52    return 0;
            53}

            54


            posted on 2012-02-20 15:40 jh818012 閱讀(303) 評論(0)  編輯 收藏 引用

            <2025年7月>
            293012345
            6789101112
            13141516171819
            20212223242526
            272829303112
            3456789

            導航

            統計

            常用鏈接

            留言簿

            文章檔案(85)

            搜索

            最新評論

            • 1.?re: poj1426
            • 我嚓,,輝哥,,居然搜到你的題解了
            • --season
            • 2.?re: poj3083
            • @王私江
              (8+i)&3 相當于是 取余3的意思 因為 3 的 二進制是 000011 和(8+i)
            • --游客
            • 3.?re: poj3414[未登錄]
            • @王私江
              0ms
            • --jh818012
            • 4.?re: poj3414
            • 200+行,跑了多少ms呢?我的130+行哦,你菜啦,哈哈。
            • --王私江
            • 5.?re: poj1426
            • 評論內容較長,點擊標題查看
            • --王私江
            亚洲精品无码久久久久AV麻豆| 亚洲国产成人久久精品99| 久久精品国产亚洲av瑜伽| 色综合合久久天天综合绕视看| 丰满少妇人妻久久久久久| 伊人色综合久久| 久久九九久精品国产免费直播| 久久久亚洲精品蜜桃臀| 久久亚洲美女精品国产精品| 久久青草国产手机看片福利盒子| 久久91这里精品国产2020| 东方aⅴ免费观看久久av| 欧美亚洲国产精品久久蜜芽| 久久免费大片| 国产精品免费福利久久| 久久男人中文字幕资源站| 久久久亚洲欧洲日产国码aⅴ | 一本一本久久a久久综合精品蜜桃| 久久精品国产亚洲av水果派| 精品国产福利久久久| 午夜精品久久久久久中宇| 亚洲国产精品综合久久网络| 精品久久久久久| 99精品国产综合久久久久五月天| 国产亚洲美女精品久久久| 99久久精品国产高清一区二区 | 草草久久久无码国产专区| 狼狼综合久久久久综合网| 久久久久亚洲精品天堂久久久久久 | 亚洲午夜精品久久久久久app| 少妇精品久久久一区二区三区| 一本久久免费视频| 久久精品国产99国产精品| 精品一区二区久久久久久久网站| 亚洲色欲久久久综合网东京热 | 久久av无码专区亚洲av桃花岛| 久久影视综合亚洲| 久久午夜福利电影| 久久嫩草影院免费看夜色| 国产福利电影一区二区三区久久久久成人精品综合 | 欧美噜噜久久久XXX|