• <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
            Meteor Shower
            Time Limit: 1000MS Memory Limit: 65536K
            Total Submissions: 2467 Accepted: 676

            Description

            Bessie hears that an extraordinary meteor shower is coming; reports say that these meteors will crash into earth and destroy anything they hit. Anxious for her safety, she vows to find her way to a safe location (one that is never destroyed by a meteor) . She is currently grazing at the origin in the coordinate plane and wants to move to a new, safer location while avoiding being destroyed by meteors along her way.

            The reports say that M meteors (1 ≤ M ≤ 50,000) will strike, with meteor i will striking point (Xi, Yi) (0 ≤ Xi ≤ 300; 0 ≤ Yi ≤ 300) at time Ti (0 ≤ Ti? ≤ 1,000). Each meteor destroys the point that it strikes and also the four rectilinearly adjacent lattice points.

            Bessie leaves the origin at time 0 and can travel in the first quadrant and parallel to the axes at the rate of one distance unit per second to any of the (often 4) adjacent rectilinear points that are not yet destroyed by a meteor. She cannot be located on a point at any time greater than or equal to the time it is destroyed).

            Determine the minimum time it takes Bessie to get to a safe place.

            Input

            * Line 1: A single integer: M
            * Lines 2..M+1: Line i+1 contains three space-separated integers: Xi, Yi, and Ti

            Output

            * Line 1: The minimum time it takes Bessie to get to a safe place or -1 if it is impossible.

            Sample Input

            4
            0 0 2
            2 1 2
            1 1 2
            0 3 5
            

            Sample Output

            5
            

            Source

            USACO 2008 February Silver
            這道題沒什么,一道BFS而已,只是數據有點問題,看了Discuss才知道有超出300的數據我一生氣就開了500,開始RE,后來一次AC,唯一值得紀念的就是用了STL的queue寫了BFS,下次看來要用stack寫DFS了的確很是方便,部分代碼如下:
            while(!q.empty()){
            ????????????point
            =q.front();
            ????????????a
            =point.x,b=point.y;
            ????????????
            if(flag[a][b]==0)break;
            ????????????
            for(int?i=0;i<4;i++){
            ????????????????
            int?x=a+dir[i][0];
            ????????????????
            int?y=b+dir[i][1];
            ????????????????
            if(OK(x,y)&&(map[x][y]==0||map[x][y]>map[a][b]+1)){
            ????????????????????
            if(map[x][y])flag[x][y]=1;
            ????????????????????map[x][y]
            =map[a][b]+1;
            ????????????????????point.x
            =x,point.y=y;
            ????????????????????q.push(point);????
            ????????????????}

            ????????????}

            ????????????q.pop();????????
            ????????}

            posted on 2009-03-30 09:50 KNIGHT 閱讀(166) 評論(0)  編輯 收藏 引用
            <2025年5月>
            27282930123
            45678910
            11121314151617
            18192021222324
            25262728293031
            1234567

            常用鏈接

            留言簿(8)

            隨筆檔案

            文章檔案

            Friends

            OJ

            搜索

            •  

            最新評論

            閱讀排行榜

            評論排行榜

            久久午夜福利电影| 亚洲狠狠久久综合一区77777 | 中文国产成人精品久久不卡| 亚洲国产视频久久| 久久精品国产亚洲av日韩| 66精品综合久久久久久久| 99久久免费国产精品特黄| 97久久国产亚洲精品超碰热| 久久综合视频网站| 国产精品久久久久久福利漫画 | 国产精品美女久久久久久2018| 精品免费久久久久国产一区| 亚洲综合熟女久久久30p| 精品久久久久国产免费| 国产欧美久久一区二区| 亚洲欧美国产日韩综合久久| 青青青国产精品国产精品久久久久| 无码任你躁久久久久久久| 一本久久a久久精品综合夜夜 | 国产精品久久久久影院色| 久久亚洲日韩看片无码| 青春久久| 久久久久亚洲爆乳少妇无 | 久久久WWW成人| 精品国产综合区久久久久久| 久久综合久久综合九色| 久久水蜜桃亚洲av无码精品麻豆| 久久久久久久波多野结衣高潮| 亚洲国产日韩欧美综合久久| 日韩va亚洲va欧美va久久| 狠狠精品久久久无码中文字幕| 久久美女网站免费| 99久久伊人精品综合观看| 精品久久久久久久| 亚洲国产精品久久久久婷婷软件| 日韩AV无码久久一区二区| 少妇精品久久久一区二区三区| 久久久亚洲裙底偷窥综合| 成人午夜精品无码区久久| 一本一本久久A久久综合精品 | 亚洲精品乱码久久久久久蜜桃图片|