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

            superman

            聚精會神搞建設 一心一意謀發展
            posts - 190, comments - 17, trackbacks - 0, articles - 0
               :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理

            Section 2.4 - Tamworth Two

            Posted on 2009-04-23 10:54 superman 閱讀(106) 評論(0)  編輯 收藏 引用 所屬分類: USACO
              1 #include <iostream>
              2 
              3 using namespace std;
              4 
              5 enum { N, E, S, W };
              6 
              7 struct Point
              8 {
              9     int x, y;
             10 
             11     const Point next(int dir)
             12     {
             13         Point nextP;
             14         switch (dir)
             15         {
             16             case N : nextP.x = x - 1, nextP.y = y; break;
             17             case E : nextP.x = x, nextP.y = y + 1break;
             18             case S : nextP.x = x + 1, nextP.y = y; break;
             19             case W : nextP.x = x, nextP.y = y - 1break;
             20         }
             21         return nextP;
             22     }
             23     bool operator == (const Point & p)
             24     {
             25         return x == p.x && y == p.y;
             26     }
             27 }   ;
             28 
             29 char map[10][10];
             30 
             31 bool inside(const Point & p)
             32 {
             33     return p.x >= 0 && p.x < 10 && p.y >= 0 && p.y < 10;
             34 }
             35 bool couldReach(const Point & p)
             36 {
             37     return map[p.x][p.y] == '.';
             38 }
             39 
             40 int main()
             41 {
             42     freopen("ttwo.in""r", stdin);
             43     freopen("ttwo.out""w", stdout);
             44 
             45     Point cowStartP, JohnStartP;
             46 
             47     for (int i = 0; i < 10; i++)
             48     for (int j = 0; j < 10; j++)
             49     {
             50         cin >> map[i][j];
             51 
             52         if (map[i][j] == 'C')
             53             cowStartP.x = i, cowStartP.y = j, map[i][j] = '.';
             54         if (map[i][j] == 'F')
             55             JohnStartP.x = i, JohnStartP.y = j, map[i][j] = '.';
             56     }
             57 
             58     int curTime = 0;
             59     int ReachTime[10][10][4][10][10][4];
             60 
             61     memset(ReachTime, 255sizeof(ReachTime));
             62 
             63     Point cowCurP = cowStartP, JohnCurP = JohnStartP;
             64     int cowCurDir = N, JohnCurDir = N;
             65 
             66     while (true)
             67     {
             68         if (cowCurP == JohnCurP)
             69         {
             70             cout << curTime << endl;
             71             return 0;
             72         }
             73 
             74         if (ReachTime[cowCurP.x][cowCurP.y][cowCurDir][JohnCurP.x][JohnCurP.y][JohnCurDir] != -1)
             75             break;
             76         else
             77             ReachTime[cowCurP.x][cowCurP.y][cowCurDir][JohnCurP.x][JohnCurP.y][JohnCurDir] = curTime;
             78 
             79         Point cowNextP, JohnNextP;
             80 
             81         cowNextP = cowCurP.next(cowCurDir);
             82         if (inside(cowNextP) && couldReach(cowNextP))
             83             cowCurP = cowNextP;
             84         else
             85             cowCurDir = (cowCurDir + 1% 4;
             86 
             87         JohnNextP = JohnCurP.next(JohnCurDir);
             88         if (inside(JohnNextP) && couldReach(JohnNextP))
             89             JohnCurP = JohnNextP;
             90         else
             91             JohnCurDir = (JohnCurDir + 1% 4;
             92 
             93         curTime++;
             94     }
             95 
             96     cout << 0 << endl;
             97 
             98     return 0;
             99 }
            100 
            伊人久久大香线蕉综合影院首页| 99久久99久久精品国产| 久久精品无码免费不卡| 久久青青草原亚洲av无码| 波多野结衣久久| 国产成人久久精品激情| 大香网伊人久久综合网2020| 久久久久久国产精品美女| 亚洲国产精品无码久久一线| 久久人人爽人人爽人人片av高请| 久久国产一区二区| 精品久久久一二三区| 色综合久久精品中文字幕首页| 久久国产热这里只有精品| 久久亚洲春色中文字幕久久久 | 久久国产精品偷99| 亚洲国产另类久久久精品| 狠狠色综合网站久久久久久久| 久久亚洲精品无码aⅴ大香| A级毛片无码久久精品免费| 久久无码专区国产精品发布| 国产AⅤ精品一区二区三区久久| 久久国产精品无| 精品人妻伦一二三区久久| 久久99精品久久久久久hb无码 | 无码精品久久久久久人妻中字| 国产99久久久国产精品~~牛| 91精品国产色综合久久| 无码久久精品国产亚洲Av影片| 少妇熟女久久综合网色欲| 久久久久国产成人精品亚洲午夜| 99久久精品影院老鸭窝| 日产精品久久久久久久性色| av色综合久久天堂av色综合在 | 一级做a爰片久久毛片16| 久久亚洲AV成人无码电影| 亚洲欧美伊人久久综合一区二区 | 久久免费视频网站| 亚洲一区二区三区日本久久九| 国产精品久久久久久搜索| 久久99久久99精品免视看动漫|