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

            USACO 2.4 Overfencing


            找出兩個迷宮的出口,然后分別進行dfs,求出到每一個點的最短距離。
            然后對每一個點,求到最短的那個出口的距離,然后再求這個值的最大值即可。
            找出口寫得比較繁瑣。

            #include?<iostream>
            #include?
            <fstream>
            #include?
            <queue>

            using?namespace?std;

            ifstream?fin(
            "maze1.in");
            ofstream?fout(
            "maze1.out");

            #ifdef?_DEBUG
            #define?out?cout
            #define?in?cin
            #else
            #define?out?fout
            #define?in?fin
            #endif

            char?maze[2*100+1][2*38+1];

            bool?visited[100][38];

            int?shortest1[100][38];
            int?shortest2[100][38];

            bool?get_first;
            int?exit1r,exit1c;
            int?exit2r,exit2c;
            int?w,h;

            struct?queue_node{
            ????
            int?i,j,depth;
            ????queue_node(
            int?i,int?j,int?depth){
            ????????
            this->i?=?i;
            ????????
            this->j?=?j;
            ????????
            this->depth?=?depth;
            ????}
            };

            void?bfs(int?i,int?j,int?shortest[100][38])
            {
            ????queue
            <queue_node>q;

            ????q.push(queue_node(i,j,
            1));

            ????
            while(!q.empty()){

            ????????queue_node?node?
            =?q.front();
            ????????q.pop();

            ????????
            if(visited[node.i][node.j])
            ????????????
            continue;

            ????????visited[node.i][node.j]?
            =?true;

            ????????shortest[node.i][node.j]?
            =?node.depth;

            ????????
            if(node.i!=0&&maze[2*node.i][2*node.j+1]=='?'){
            ????????????q.push(queue_node(node.i
            -1,node.j,node.depth+1));
            ????????}
            ????????
            if(node.i!=h-1&&maze[2*node.i+2][2*node.j+1]=='?'){
            ????????????q.push(queue_node(node.i
            +1,node.j,node.depth+1));
            ????????}
            ????????
            if(node.j!=0&&maze[2*node.i+1][2*node.j]=='?'){
            ????????????q.push(queue_node(node.i,node.j
            -1,node.depth+1));
            ????????}
            ????????
            if(node.j!=w-1&&maze[2*node.i+1][2*node.j+2]=='?'){
            ????????????q.push(queue_node(node.i,node.j
            +1,node.depth+1));
            ????????}
            ????}
            }

            void?solve()
            {
            ????
            in>>w>>h;

            ????
            for(int?i=0;i<2*h+1;++i)
            ????????
            for(int?j=0;j<2*w+1;++j){

            ????????????
            do{
            ????????????
            in.get(maze[i][j]);
            ????????????}
            while(maze[i][j]=='\n');

            ????????????
            if((i==0||i==2*h||j==0||j==2*w)&&maze[i][j]=='?'){
            ????????????????
            if(!get_first){
            ????????????????????
            if(i==2*h)
            ????????????????????????exit1r?
            =?h-1;
            ????????????????????
            else
            ????????????????????????exit1r?
            =?i/2;
            ????????????????????
            if(j==2*w)
            ????????????????????????exit1c?
            =?w-1;
            ????????????????????
            else
            ????????????????????????exit1c?
            =?j/2;
            ????????????????????get_first?
            =?true;
            ????????????????}
            else{
            ????????????????????
            if(i==2*h)
            ????????????????????????exit2r?
            =?h-1;
            ????????????????????
            else
            ????????????????????????exit2r?
            =?i/2;
            ????????????????????
            if(j==2*w)
            ????????????????????????exit2c?
            =?w-1;
            ????????????????????
            else
            ????????????????????????exit2c?
            =?j/2;
            ????????????????}
            ????????????}
            ????????}

            ????memset(visited,
            0,sizeof(visited));
            ????bfs(exit1r,exit1c,shortest1);
            ????memset(visited,
            0,sizeof(visited));
            ????bfs(exit2r,exit2c,shortest2);

            ????
            int?res?=?INT_MIN;

            ????
            for(int?i=0;i<h;++i)
            ?????
            for(int?j=0;j<w;++j){
            ?????????res?
            =?max(res,?min(shortest1[i][j],shortest2[i][j])?);
            ?????}

            ????
            out<<res<<endl;
            }

            int?main(int?argc,char?*argv[])
            {
            ????solve();?
            ????
            return?0;
            }



            posted on 2009-06-26 22:25 YZY 閱讀(1252) 評論(0)  編輯 收藏 引用 所屬分類: Algorithm 、USACO搜索

            導航

            <2009年6月>
            31123456
            78910111213
            14151617181920
            21222324252627
            2829301234
            567891011

            統(tǒng)計

            常用鏈接

            留言簿(2)

            隨筆分類

            隨筆檔案

            搜索

            積分與排名

            最新評論

            閱讀排行榜

            久久久久AV综合网成人| 久久一区二区免费播放| 无码人妻久久一区二区三区| 亚洲国产欧美国产综合久久| 久久久一本精品99久久精品66 | 久久精品国产精品亜洲毛片| 国产精品久久久久久久久| 狠狠色丁香婷婷综合久久来来去| 日本一区精品久久久久影院| 中文字幕成人精品久久不卡| 国产A级毛片久久久精品毛片| 热99re久久国超精品首页| 国产精品xxxx国产喷水亚洲国产精品无码久久一区 | 亚洲国产精品综合久久一线| 国产成人久久精品激情| 久久天天躁夜夜躁狠狠| 欧美久久综合性欧美| 久久久久久曰本AV免费免费| 久久不射电影网| 亚洲综合精品香蕉久久网97| 久久精品中文无码资源站| 国内精品久久久久久久久电影网| 亚洲中文字幕无码久久精品1| 久久综合欧美成人| 精品久久久久成人码免费动漫| 2019久久久高清456| 2021国产成人精品久久| 国产精品岛国久久久久| 伊人久久大香线蕉av一区| 欧美亚洲另类久久综合婷婷| 日本加勒比久久精品| 国内精品久久久久久中文字幕| 97久久精品午夜一区二区| 少妇久久久久久被弄高潮| 精品综合久久久久久97| 日本五月天婷久久网站| 久久久久久久波多野结衣高潮 | 亚洲国产综合久久天堂| 草草久久久无码国产专区| 99久久免费国产特黄| 九九99精品久久久久久|