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

            A Za, A Za, Fighting...

            堅信:勤能補拙

            PKU 1054 The Troublesome Frog

            問題:
            http://acm.pku.edu.cn/JudgeOnline/problem?id=1054

            思路:
            好題,枚舉 + 二分
            枚舉所有可能路徑的前兩個點
            要注意的是: starting outside the paddy on one side and ending outside the paddy on the other side

            代碼:
             1 /* enumerate the first two points for each possible path */
             2 #include<stdio.h>
             3 #include<stdlib.h>
             4 #include<string.h>
             5 #define MAX_NUM 5001
             6 #define is_valid(x, y) ((x)>0 && (x)<=R && (y)>0 && (y)<=C)
             7 int R, C;
             8 int total;
             9 struct Point {
            10     int x, y;
            11 } points[MAX_NUM];
            12 
            13 /* from top to down, and left to right */
            14 int
            15 compare(const void *arg1, const void *arg2)
            16 {
            17     struct Point *= (struct Point *)arg1;
            18     struct Point *= (struct Point *)arg2;
            19     if(a->== b->x)
            20         return a->- b->y;
            21     return a->- b->x;
            22 }
            23 
            24 void
            25 init()
            26 {
            27     int i;
            28     scanf("%d"&total);
            29     for(i=0; i<total; i++)
            30         scanf("%d %d"&points[i].x, &points[i].y);
            31     qsort(points, total, sizeof(struct Point), compare);
            32 }
            33 
            34 void
            35 solve()
            36 {
            37     int i, j, tmp, max = 0;
            38     int diff_x, diff_y;
            39     struct Point p1, p2, next;
            40     struct Point *ptr;
            41     for(i=0; i<total; i++) {
            42         for(j=i+1; j<total; j++) {
            43             tmp = 2;
            44             p1 = points[i];
            45             p2 = points[j];
            46             diff_x = p2.x - p1.x;
            47             diff_y = p2.y - p1.y;
            48             if(is_valid(p1.x-diff_x, p1.y-diff_y)) /* starting outside */
            49                 continue;
            50             if(!is_valid(p1.x+max*diff_x, p1.y+max*diff_y)) /* pruning */
            51                 continue;
            52             next.x = p2.x + diff_x;
            53             next.y = p2.y + diff_y;
            54             while(is_valid(next.x, next.y)) {
            55                 if((ptr=(struct Point *)bsearch(&next, points, total, sizeof(struct Point), compare)) == NULL) {
            56                     tmp = 0/* ending outside */
            57                     break;
            58                 }
            59                 ++tmp;
            60                 next.x += diff_x;
            61                 next.y += diff_y;
            62             }
            63             max = tmp>max ? tmp : max;
            64         }
            65     }
            66     printf("%d\n", max>2 ? max : 0);
            67 }
            68 
            69 int
            70 main(int argc, char **argv)
            71 {
            72     while(scanf("%d %d"&R, &C) != EOF) {
            73         init();
            74         solve();
            75     }
            76 }

            posted on 2010-09-07 17:18 simplyzhao 閱讀(213) 評論(0)  編輯 收藏 引用 所屬分類: G_其他

            導航

            <2010年9月>
            2930311234
            567891011
            12131415161718
            19202122232425
            262728293012
            3456789

            統計

            常用鏈接

            留言簿(1)

            隨筆分類

            隨筆檔案

            搜索

            最新評論

            閱讀排行榜

            評論排行榜

            久久丫忘忧草产品| 93精91精品国产综合久久香蕉| 精产国品久久一二三产区区别 | 日产精品久久久一区二区| 97精品依人久久久大香线蕉97| 人妻少妇久久中文字幕| 久久国产成人亚洲精品影院| 久久久久99精品成人片牛牛影视| 狠狠色综合网站久久久久久久高清 | 青青草原综合久久大伊人精品| 狠狠久久综合伊人不卡| 亚洲欧美成人综合久久久| 91精品国产高清久久久久久91| 欧美一区二区三区久久综| 久久久久亚洲AV成人网| 精品国产乱码久久久久久1区2区| 久久综合综合久久狠狠狠97色88| 久久久噜噜噜久久中文字幕色伊伊| 91亚洲国产成人久久精品网址| 久久精品人人做人人妻人人玩| 久久精品中文字幕有码| 亚洲天堂久久精品| 久久天天躁狠狠躁夜夜avapp| 久久精品亚洲男人的天堂| 久久综合综合久久97色| 久久久老熟女一区二区三区| 少妇被又大又粗又爽毛片久久黑人 | 久久国产色AV免费观看| 亚洲国产精品嫩草影院久久| 久久国产精品波多野结衣AV | 2021久久精品免费观看| 久久久国产精品| 久久青青草原精品国产软件| 精品久久久久国产免费| 久久久久久极精品久久久| 久久播电影网| 久久综合色之久久综合| 久久久久久久综合狠狠综合| 久久SE精品一区二区| 精品久久久噜噜噜久久久| 91精品国产综合久久精品|