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

            poj1837

            Balance

            Time Limit: 1000MS Memory Limit: 30000K
            Total Submissions: 6149 Accepted: 3687

            Description

            Gigel has a strange "balance" and he wants to poise it. Actually, the device is different from any other ordinary balance.
            It orders two arms of negligible weight and each arm's length is 15. Some hooks are attached to these arms and Gigel wants to hang up some weights from his collection of G weights (1 <= G <= 20) knowing that these weights have distinct values in the range 1..25. Gigel may droop any weight of any hook but he is forced to use all the weights.
            Finally, Gigel managed to balance the device using the experience he gained at the National Olympiad in Informatics. Now he would like to know in how many ways the device can be balanced.

            Knowing the repartition of the hooks and the set of the weights write a program that calculates the number of possibilities to balance the device.
            It is guaranteed that will exist at least one solution for each test case at the evaluation.

            Input

            The input has the following structure:
            • the first line contains the number C (2 <= C <= 20) and the number G (2 <= G <= 20);
            • the next line contains C integer numbers (these numbers are also distinct and sorted in ascending order) in the range -15..15 representing the repartition of the hooks; each number represents the position relative to the center of the balance on the X axis (when no weights are attached the device is balanced and lined up to the X axis; the absolute value of the distances represents the distance between the hook and the balance center and the sign of the numbers determines the arm of the balance to which the hook is attached: '-' for the left arm and '+' for the right arm);
            • on the next line there are G natural, distinct and sorted in ascending order numbers in the range 1..25 representing the weights' values.

            Output

            The output contains the number M representing the number of possibilities to poise the balance.

            Sample Input

            2 4	
            -2 3 
            3 4 5 8
            

            Sample Output

            2

            額, 現在看見英語的描述就惡心,強忍著看明白的,

            就是有個天平,上面有許多掛砝碼的位置,然后給你許多砝碼,問共有多少種方法使得天平平衡

            第一行給出位置數和砝碼,第二行給出位置,從小到大的

            第三行給出每個砝碼的重量。

            很顯然的背包

            f[i][j+a[k]*b[i]]=f[i-1][j]+f[i][j+a[k]*b[i]];

            我覺得這個方程特別丑,等會再改改

             1#include<stdio.h>
             2#include<string.h>
             3#include<math.h>
             4int i,j,k,n,m;
             5int a[25],b[25];
             6int f[25][15100];
             7int main()
             8{
             9    scanf("%d%d",&n,&m);
            10    for (i=1; i<=n ; i++) scanf("%d",&a[i]);
            11    for (i=1; i<=m ; i++) scanf("%d",&b[i]);
            12    memset(f,0,sizeof(f));
            13    f[0][7500]=1;
            14    for (i=1; i<=m ; i++ )
            15        for (j=1; j<=15000 ; j++ )
            16            for (k=1; k<=n ; k++ )
            17                if (f[i-1][j]>0)
            18                {
            19                    f[i][j+b[i]*a[k]]=f[i][j+b[i]*a[k]]+f[i-1][j];
            20                }

            21    printf("%d\n",f[m][7500]);
            22    return 0;
            23}

            24




            這樣就好多了

            f[i][j]=f[i-1][j-b[i]*a[k]]+f[i][j]

             1#include<stdio.h>
             2#include<string.h>
             3#include<math.h>
             4int i,j,k,n,m;
             5int a[25],b[25];
             6int f[25][15100];
             7int main()
             8{
             9    scanf("%d%d",&n,&m);
            10    for (i=1; i<=n ; i++) scanf("%d",&a[i]);
            11    for (i=1; i<=m ; i++) scanf("%d",&b[i]);
            12    memset(f,0,sizeof(f));
            13    f[0][7500]=1;
            14    for (i=1; i<=m ; i++ )
            15       
            16            for (k=1; k<=n ; k++ )
            17                 for (j=a[k]*b[i]+1; j<=15000 ; j++ )
            18                if (f[i-1][j-a[k]*b[i]]>0)
            19                {
            20                    f[i][j]=f[i][j]+f[i-1][j-a[k]*b[i]];
            21                }

            22    printf("%d\n",f[m][7500]);
            23    return 0;
            24}

            25

            posted on 2012-02-19 21:25 jh818012 閱讀(387) 評論(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
            • 評論內容較長,點擊標題查看
            • --王私江
            26uuu久久五月天| 久久亚洲高清综合| 中文字幕亚洲综合久久菠萝蜜| 伊人 久久 精品| 久久777国产线看观看精品| 国产亚洲精品久久久久秋霞| 日韩人妻无码一区二区三区久久 | 日本久久久久亚洲中字幕| 国产精品一久久香蕉国产线看| 亚洲国产精品无码久久久久久曰| …久久精品99久久香蕉国产| 久久婷婷是五月综合色狠狠| 久久免费小视频| 久久亚洲AV成人出白浆无码国产 | 精品综合久久久久久97超人| A级毛片无码久久精品免费| 天天久久狠狠色综合| 色综合久久综合中文综合网| 中文字幕无码久久久| 久久久WWW成人| 久久精品人人做人人爽电影| 久久亚洲欧美国产精品| 国产成人综合久久精品红| 久久人人爽人人澡人人高潮AV| 久久久久一区二区三区| 久久A级毛片免费观看| 亚洲级αV无码毛片久久精品 | 久久综合九色综合久99| 精品久久久久国产免费| 一本伊大人香蕉久久网手机| 色综合久久久久网| 999久久久国产精品| 品成人欧美大片久久国产欧美... 品成人欧美大片久久国产欧美 | 四虎国产精品免费久久5151| 久久精品国产精品亚洲精品| 中文字幕亚洲综合久久| 国产成人久久久精品二区三区 | 精品久久久无码21p发布| 亚洲色大成网站WWW久久九九| 久久精品国产亚洲av麻豆图片| 亚洲乱码中文字幕久久孕妇黑人|