• <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 1160 ZOJ 1108 FatMouse's Speed

            Posted on 2011-10-03 03:24 acpeng 閱讀(585) 評論(0)  編輯 收藏 引用 所屬分類: ACM程序
            題目鏈接:http://acm.hdu.edu.cn/showproblem.php?pid=1160
            Problem Description
            FatMouse believes that the fatter a mouse is, the faster it runs. To disprove this, you want to take the data on a collection of mice and put as large a subset of this data as possible into a sequence so that the weights are increasing, but the speeds are decreasing.
             
            Input
            Input contains data for a bunch of mice, one mouse per line, terminated by end of file.
            The data for a particular mouse will consist of a pair of integers: the first representing its size in grams and the second representing its speed in centimeters per second. Both integers are between 1 and 10000. The data in each test case will contain information for at most 1000 mice.
            Two mice may have the same weight, the same speed, or even the same weight and speed.
            Output
            Your program should output a sequence of lines of data; the first line should contain a number n; the remaining n lines should each contain a single positive integer (each one representing a mouse). If these n integers are m[1], m[2],..., m[n] then it must be the case that

            W[m[1]] < W[m[2]] < ... < W[m[n]]

            and

            S[m[1]] > S[m[2]] > ... > S[m[n]]

            In order for the answer to be correct, n should be as large as possible.
            All inequalities are strict: weights must be strictly increasing, and speeds must be strictly decreasing. There may be many correct outputs for a given input, your program only needs to find one.
             
            Sample Input
            6008 1300 6000 2100 500 2000 1000 4000 1100 3000 6000 2000 8000 1400 6000 1200 2000 1900




            Sample Output
            4 4 5 9 7
            解題思路:
            首先根據weight的數值由小到大排序,然后再以speed為標準,求最長下降子序列,思路還是DP,但是要標記子序列的下標
            麻煩多了,我的做法:
            定義MaxIncludeEnd數組,令MaxIncludeEnd[i]表示以a[i]結尾的最長下降子序列的長度,那么
            MaxIncludeEnd[i]=max{ MaxIncludeEnd[i] , a[j]>a[i] ? (MaxIncludeEnd[j]+1) :-1; }
            其中j=0:i-1;MaxIncludeEnd[i]的初始值為1,每一個i結束后用max和MaxIncludeEnd[i]比較,更新max和下標max_flg。
            因為要標記下標,在計算MaxIncludeEnd[i]后,用flg[i]表示以a[i]結尾的最長下降子序列的前一個元素的下標,這樣計算完
            MaxIncludeEnd[n]并更新完max和max_flg以后,循環遞推一次就可以得到所有的元素下標,即flg[max_flg],flg[ flg[max_flg] ],……
            當然這里的下標是逆向的,要設置個新的數組來將其逆轉。
            ps:如果從后往前計算最長上升子序列,那就不必如此麻煩,減少空間。
            code



            国产精品永久久久久久久久久| 久久精品国产亚洲av日韩| 国产福利电影一区二区三区,免费久久久久久久精 | 久久久中文字幕日本| 久久久亚洲欧洲日产国码是AV| 亚洲中文字幕久久精品无码喷水| 日本欧美久久久久免费播放网| 91精品国产高清久久久久久io| 久久精品国产第一区二区| 99久久99久久精品国产片果冻| 久久精品国产精品国产精品污 | 亚洲日本久久久午夜精品| 久久精品国产亚洲av水果派| 精品久久人人做人人爽综合| 精品国产乱码久久久久久1区2区 | 99久久香蕉国产线看观香| 亚洲精品高清国产一久久| 久久久无码精品亚洲日韩按摩 | 天天影视色香欲综合久久| 国产精品综合久久第一页 | 久久夜色精品国产噜噜麻豆| 久久午夜无码鲁丝片午夜精品| 国产成人精品久久一区二区三区| 99久久做夜夜爱天天做精品| 久久影院久久香蕉国产线看观看| 99久久国产热无码精品免费| 久久久久久久久久久| 无码人妻少妇久久中文字幕 | 久久久久一区二区三区| 久久精品国产亚洲AV电影 | 久久精品国产亚洲精品2020| 久久久久人妻一区二区三区vr| 久久这里只有精品首页| 久久精品日日躁夜夜躁欧美| 亚洲国产精品成人久久| 亚洲人成网亚洲欧洲无码久久 | 中文字幕久久精品| 亚洲国产天堂久久久久久| 久久久久亚洲av综合波多野结衣| 久久精品国产AV一区二区三区| 久久这里只有精品首页|