• <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 - 21, comments - 2, trackbacks - 0, articles - 0

            HDU 1087 Super Jumping

            Posted on 2011-10-03 01:28 acpeng 閱讀(295) 評論(0)  編輯 收藏 引用 所屬分類: ACM程序
            題目鏈接:http://acm.hdu.edu.cn/showproblem.php?pid=1087
            Problem Description
            Nowadays, a kind of chess game called “Super Jumping! Jumping! Jumping!” is very popular in HDU. Maybe you are a good boy, and know little about this game, so I introduce it to you now.


            The game can be played by two or more than two players. It consists of a chessboard(棋盤)and some chessmen(棋子), and all chessmen are marked by a positive integer or “start” or “end”. The player starts from start-point and must jumps into end-point finally. In the course of jumping, the player will visit the chessmen in the path, but everyone must jumps from one chessman to another absolutely bigger (you can assume start-point is a minimum and end-point is a maximum.). And all players cannot go backwards. One jumping can go from a chessman to next, also can go across many chessmen, and even you can straightly get to end-point from start-point. Of course you get zero point in this situation. A player is a winner if and only if he can get a bigger score according to his jumping solution. Note that your score comes from the sum of value on the chessmen in you jumping path.
            Your task is to output the maximum value according to the given chessmen list.
            Input
            Input contains multiple test cases. Each test case is described in a line as follow:
            N value_1 value_2 …value_N
            It is guarantied that N is not more than 1000 and all value_i are in the range of 32-int.
            A test case starting with 0 terminates the input and this test case is not to be processed.
            Output
            For each case, print the maximum according to rules, and one line one case.

            Sample Input
            3 1 3 2 4 1 2 3 4 4 3 3 2 1 0
            Sample Output
            4 10 3













            典型的入門級DP題,解題思路:
            定義MaxIncludeEnd數組,令MaxIncludeEnd[i]表示以a[i]結尾的最大和,那么
            MaxIncludeEnd[i]=max{ MaxIncludeEnd[i] , a[j]<a[i] ? (MaxIncludeEnd[j]+a[i]) :-1; }
            其中j=0 to i-1;MaxIncludeEnd[i]的初始值為a[i]。
            #include<stdio.h>
            int a[1003],MaxIncludeEnd[1003];
            int main()
            {
                
            int n,max,i,j;
                
            while(scanf("%d",&n),n)
                
            {
                    
            for(i=0;i<n;i++)
                    
            {
                        scanf(
            "%d",&a[i]);
                        MaxIncludeEnd[i]
            =a[i];
                    }

                    max
            =MaxIncludeEnd[0];
                    
            for(i=0;i<n;i++)
                    
            {
                        
            for(j=0;j<i;j++)
                        
            {
                            
            if(a[j]<a[i] && MaxIncludeEnd[j]+a[i]>MaxIncludeEnd[i])
                                MaxIncludeEnd[i]
            =MaxIncludeEnd[j]+a[i];
                        }

                        
            if(max<MaxIncludeEnd[i])max=MaxIncludeEnd[i];
                    }

                    printf(
            "%d\n",max);
                }

                
            return 0;
            }



            国产精品一区二区久久精品| 国内精品久久久久影院网站| 国内高清久久久久久| 国产麻豆精品久久一二三| 久久99亚洲综合精品首页| 亚洲国产精品久久久天堂| 久久99国产精品二区不卡| 一个色综合久久| 欧美一区二区精品久久| 亚洲精品乱码久久久久66| 精品视频久久久久| 久久久老熟女一区二区三区| 久久无码精品一区二区三区| 激情伊人五月天久久综合| 日日狠狠久久偷偷色综合0| 婷婷久久久亚洲欧洲日产国码AV| 久久精品无码免费不卡| 久久96国产精品久久久| 新狼窝色AV性久久久久久| 久久人人爽人人精品视频| 久久九九精品99国产精品| 久久人人添人人爽添人人片牛牛| 久久免费高清视频| 99久久成人国产精品免费| 亚洲国产另类久久久精品黑人| 香港aa三级久久三级老师2021国产三级精品三级在 | 久久精品久久久久观看99水蜜桃| 精品久久久久久无码中文字幕一区| 区久久AAA片69亚洲| 日本亚洲色大成网站WWW久久| 久久久久国产视频电影| 国产精品日韩欧美久久综合| 91精品日韩人妻无码久久不卡 | 精品久久人人妻人人做精品 | 伊人久久一区二区三区无码| 香蕉aa三级久久毛片| 一个色综合久久| 亚洲午夜无码久久久久| 久久综合国产乱子伦精品免费| 久久妇女高潮几次MBA| 亚洲欧美日韩中文久久|