• <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>
            posts - 195,  comments - 30,  trackbacks - 0

            Tug of War


            Status In/Out TIME Limit MEMORY Limit Submit Times Solved Users JUDGE TYPE
            stdin/stdout 15s 8192K 479 114 Standard

            A tug of war is to be arranged at the local office picnic. For the tug of war, the picnickers must be divided into two teams. Each person must be on one team or the other; the number of people on the two teams must not differ by more than 1; the total weight of the people on each team should be as nearly equal as possible.

            The first line of input contains n the number of people at the picnic. n lines follow. The first line gives the weight of person 1; the second the weight of person 2; and so on. Each weight is an integer between 1 and 450. There are at most 100 people at the picnic.

            The input may contain several test cases.

            Your output will be a single line containing 2 numbers: the total weight of the people on one team, and the total weight of the people on the other team. If these numbers differ, give the lesser first.

            Sample Input

            3
            100
            90
            200
            

            Output for Sample Input

            190 200
            


            利用dp思想 ,n為偶數(shù)時求出s(n,n/2),n為奇數(shù)時 也是s(2n,n/2),和sum/2最接近的那個。非常經(jīng)典的思路。
            S(k, 1) = {A[i] | 1<= i <= k}
            S(k, k) = {A[1]+A[2]+…+A[k]}
            S(k, i) = S(k-1, i) U {A[k] + x | x屬于S(k-1, i-1) }
            //一下代碼只能用于sum特別小的情況,否則會超時!!!!!!!!!!!
            #include<iostream>
            #include<cstdlib>
            #define MAX 101
            #define min(a,b) ((a)<(b) ? (a) : (b))
            using namespace std;

              int main()
              {
              freopen("s.txt","r",stdin);
              freopen("key.txt","w",stdout);
              int num;
              int a[MAX],i,j,k,l,m,NUM;
              bool s[MAX][2500];
              while(cin>>num)
              {
              int sum=0;
                for(i=1;i<=num;i++)
               {
              cin>>a[i];
              sum+=a[i]; 
               }
               if(num%2==0)NUM=num/2;
               else NUM=num/2+1;

                for(i=0;i<=num;i++)
                 for(j=0;j<=sum/2;j++)
                  s[i][j]=false;//表示取i個物品能否達到重量是j.
                 
               s[0][0]=true;
               for(k=1;k<=num;k++)//必須在最外層,元素不能重復
               for(j=min(k,NUM);j>=1; j--)//遞減的結果是使得不會出現(xiàn)在同一層次的互為因果 、、、、、、、、、、、巧妙的實現(xiàn)了課本上的序偶對生成法。
               for(i=a[k];i<=sum/2;i++)
               {
              if(s[j-1][i-a[k]])
              s[j][i]=true;
             }
             
             for(i=sum/2; i>=0; i--) {  
                if(s[NUM][i]) {  
                    cout <<i<<" "<<sum-i<<endl;  
                    break;  
                }  

              }
              //system("PAUSE");
              return   0;
              }
            下一次實現(xiàn)一個序偶生成法。

            #include <iostream>
            #include <functional>
            using namespace std;

            int a[101];
            bool b[101][45002];

            int main(){
            // freopen("s.txt","r",stdin);
            //  freopen("key.txt","w",stdout);
                int N,M,i,j,k;
                while(scanf("%d",&N)!=EOF){
                     memset(b,0,sizeof(b));
                     a[0]=M=0;
                    for(i=1;i<=N;i++){
                         scanf("%d",a+i);
                         M+=a[i];
                     }
                     b[0][0]=1;
                    for(k=1;k<=N;k++){
                        for(i=1;i<=N/2;i++){
                            for(j=M/2;j>=0;j--){
                                if(b[i-1][j]){
                                     b[i][j+a[k]]=1;
                                 }
                             }
                         }
                     }
                    for(i=M/2,j=M/2+1;i>=0;i--,j++){
                        if(b[N/2][i]){
                             printf("%d %d\n",i,M-i);
                            break;
                         }
                        if(b[N/2][j]){
                             printf("%d %d\n",M-j,j);
                            break;
                         }
                     }
                 }
                return 0;
            }

            posted on 2009-07-02 16:05 luis 閱讀(544) 評論(0)  編輯 收藏 引用 所屬分類: 動態(tài)規(guī)劃給我啟發(fā)題
            <2011年11月>
            303112345
            6789101112
            13141516171819
            20212223242526
            27282930123
            45678910

            常用鏈接

            留言簿(3)

            隨筆分類

            隨筆檔案

            文章分類

            文章檔案

            友情鏈接

            搜索

            •  

            最新評論

            閱讀排行榜

            評論排行榜

            久久发布国产伦子伦精品| 国产毛片久久久久久国产毛片| 中文字幕亚洲综合久久菠萝蜜| 午夜精品久久久久| 久久99国产精品久久99| 久久无码国产| 99久久无码一区人妻a黑| 免费精品久久久久久中文字幕| 精品久久久久久中文字幕大豆网| 久久久精品免费国产四虎| 热久久视久久精品18| 国产 亚洲 欧美 另类 久久| 久久精品亚洲AV久久久无码| 久久婷婷人人澡人人| 久久免费美女视频| 国产精品久久久久久福利漫画 | 久久精品国产第一区二区| 久久国产高潮流白浆免费观看| 亚洲国产成人久久一区久久| 精品无码久久久久久久动漫| 久久国产精品成人免费| jizzjizz国产精品久久| 久久久久无码精品国产| 亚洲国产精品一区二区久久hs| 婷婷久久综合九色综合绿巨人| 国产2021久久精品| 久久久久久国产精品无码下载| 久久福利青草精品资源站免费| A狠狠久久蜜臀婷色中文网| 无码国内精品久久人妻| 久久精品无码一区二区无码 | 亚洲中文久久精品无码ww16| 中文国产成人精品久久亚洲精品AⅤ无码精品 | 免费无码国产欧美久久18| 久久人人爽人人爽人人片AV麻豆| 久久精品亚洲乱码伦伦中文| 久久九九久精品国产| 人妻无码精品久久亚瑟影视| 久久91精品国产91久| 亚洲国产精品无码久久久蜜芽| 久久午夜伦鲁片免费无码|