• <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 - 74,  comments - 33,  trackbacks - 0

            Description

            The cows have revised their game of leapcow. They now play in the middle of a huge pasture upon which they have marked a grid that bears a remarkable resemblance to a chessboard of N rows and N columns (3 <= N <= 365).

            Here's how they set up the board for the new leapcow game:

            * First, the cows obtain N x N squares of paper. They write the integers from 1 through N x N, one number on each piece of paper.

            * Second, the 'number cow' places the papers on the N x N squares in an order of her choosing.

            Each of the remaining cows then tries to maximize her score in the game.

            * First, she chooses a starting square and notes its number.

            * Then, she makes a 'knight' move (like the knight on a chess board) to a square with a higher number. If she's particularly strong, she leaps to the that square; otherwise she walks.

            * She continues to make 'knight' moves to higher numbered squares until no more moves are possible.

            Each square visited by the 'knight' earns the competitor a single point. The cow with the most points wins the game.

            Help the cows figure out the best possible way to play the game.

            Input

            * Line 1: A single integer: the size of the board

            * Lines 2.. ...: These lines contain space-separated integers that tell the contents of the chessboard. The first set of lines (starting at the second line of the input file) represents the first row on the chessboard; the next set of lines represents the next row, and so on. To keep the input lines of reasonable length, when N > 15, a row is broken into successive lines of 15 numbers and a potentially shorter line to finish up a row. Each new row begins on its own line.

            Output

            * Line 1: A single integer that is the winning cow's score; call it W.

            * Lines 2..W+1: Output, one per line, the integers that are the starting square, the next square the winning cow visits, and so on through the last square. If a winning cow can choose more than one path, show the path that would be the 'smallest' if the paths were sorted by comparing their respective 'square numbers'.

            Sample Input

            4
            1 3 2 16
            4 10 6 7
            8 11 5 12
            9 13 14 15

            Sample Output

            72459101213
            本以為最長上升子序列,沒錯,最長的步數對了,但是因為路徑更新有無,所以還是一直Wrong Answer。。。。無語

            
            

             

            代碼AC后更新

            posted on 2008-12-23 21:52 KNIGHT 閱讀(384) 評論(2)  編輯 收藏 引用

            FeedBack:
            # re: poj 2111 Millenium Leapcow
            2008-12-23 23:22 | Knight
            如果你能接受這個
            3160K 1047MS C++ 1547B
            真的很煩,居然1047ms一般都是200ms左右我居然這么多,暈
            思路還是最長上升子序列
            不過更新路徑的函數代碼如下
            int cmp(int a,int b)
            {
            if(pre[a]==a)
            {
            if(a>b)return 1;
            else if(a==b)return 0;
            else return -1;
            }
            else
            {
            int t=cmp(pre[a],pre[b]);
            if(t==0)
            {
            if(a>b)return 1;
            else if(a==b)return 0;
            else return -1;
            }
            else return t;
            }
            }
            ********************************
            即如果路徑長度相同的話,就執行cmp從而判斷字典序!更新字典序!很浪費時間!
            ********************************  回復  更多評論
              
            # re: poj 2111 Millenium Leapcow
            2008-12-24 12:43 | Knight
            魷魚大牛的思路
            從n*n開始搜索到1結束DP更新路徑
            排名20 3160K 157MS C++ 1228B
            還行經典代碼如下:
            for(i=M;i>=1;i--)
            {
            for(j=0;j<8;j++)
            {
            int x=num[i].x+dir[j][0];
            int y=num[i].y+dir[j][1];
            if(OK(x,y,i))
            {
            if(num[i].max+1>num[map[x][y]].max)
            {
            num[map[x][y]].max=num[i].max+1;
            pre[map[x][y]]=i;
            }
            else if(num[i].max+1==num[map[x][y]].max&&i<pre[map[x][y]])
            pre[map[x][y]]=i;
            }
            }
            if(MAX<=num[i].max)
            {
            MAX=num[i].max;
            sign=i;
            }
            }  回復  更多評論
              
            <2009年5月>
            262728293012
            3456789
            10111213141516
            17181920212223
            24252627282930
            31123456

            常用鏈接

            留言簿(8)

            隨筆檔案

            文章檔案

            Friends

            OJ

            搜索

            •  

            最新評論

            閱讀排行榜

            評論排行榜

            99久久综合狠狠综合久久止| 伊人久久大香线蕉av不变影院| 99久久国产热无码精品免费| 久久国产精品国产自线拍免费| 久久国产精品成人免费| 欧美国产精品久久高清| 久久精品夜夜夜夜夜久久| 久久国产成人精品国产成人亚洲| 亚洲欧洲久久久精品| 久久国产亚洲精品麻豆| 欧美亚洲国产精品久久| 99久久亚洲综合精品成人| 亚洲午夜久久久久久久久久| 久久91精品综合国产首页| 色综合久久久久久久久五月| 日韩av无码久久精品免费| 色综合久久综合网观看| 久久免费视频1| 狠狠综合久久综合中文88| 97久久精品国产精品青草| 久久这里都是精品| 久久久久综合中文字幕| 中文精品久久久久国产网址| 久久亚洲AV成人无码电影| 亚洲国产成人久久精品99| 久久精品国产精品亚洲下载| 午夜不卡888久久| 99久久国产免费福利| 99国产精品久久久久久久成人热| 午夜精品久久久久久99热| 国产偷久久久精品专区| 99久久精品国产一区二区| 伊人久久大香线蕉精品不卡| 午夜精品久久影院蜜桃| 久久久久无码精品| 色偷偷91久久综合噜噜噜噜| 久久性精品| 久久久一本精品99久久精品88| 亚洲精品无码久久毛片| 久久国产免费直播| 久久AV高清无码|