• <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 Section 3.3 Home on the Range

            Home on the Range

            Farmer John grazes his cows on a large, square field N (2 <= N <= 250) miles on a side (because, for some reason, his cows will only graze on precisely square land segments). Regrettably, the cows have ravaged some of the land (always in 1 mile square increments). FJ needs to map the remaining squares (at least 2x2 on a side) on which his cows can graze (in these larger squares, no 1x1 mile segments are ravaged).

            Your task is to count up all the various square grazing areas within the supplied dataset and report the number of square grazing areas (of sizes >= 2x2) remaining. Of course, grazing areas may overlap for purposes of this report.

            PROGRAM NAME: range

            INPUT FORMAT

            Line 1: N, the number of miles on each side of the field.
            Line 2..N+1: N characters with no spaces. 0 represents "ravaged for that block; 1 represents "ready to eat".

            SAMPLE INPUT (file range.in)

            6
            101111
            001111
            111111
            001111
            101101
            111001
            

            OUTPUT FORMAT

            Potentially several lines with the size of the square and the number of such squares that exist. Order them in ascending order from smallest to largest size.

            SAMPLE OUTPUT (file range.out)

            2 10
            3 4
            4 1  
            Analysis

            It is really a dynamic problem rather than a geometry problem, which is appeared at first time. However, it is easy to contribute a dynamic function later to replace older method.
            Initially, map[i][j], established by initial input, stands for the minimum length of a square, which its left-top point is (i,j). And, for the nearby points (i+1,j), (i,j+1) and (i+1,j+1),if all avaliable, map[i][j] can be expanded by these three points since map[i][j] is truly depended on these three values.
            What's more, considering the avaliable one for (i,j) is the minimum of these, then map[i][j]=min{map[i+1][j],map[i][j+1],map[i+1][j+1]}+1.
            Additionally, only is the function hold when all of the four points is avaliable!

            Code

            /*
            ID:braytay1
            PROG:range
            LANG:C++
            */

            #include 
            <iostream>
            #include 
            <fstream>
            #include 
            <string>
            using namespace std;

            int n;
            int g[250][250],sum[251];
            int min(int a,int b,int c){
                
            if (a>b) return (b>c)?c:b;
                
            else return (a>c)?c:a;
            }

            int main(){
                ifstream fin(
            "range.in");
                ofstream fout(
            "range.out");
                fin
            >>n;
                
            string tmp;
                memset(g,
            0,sizeof g);
                
            for (int i=0;i<n;i++){
                    fin
            >>tmp;
                    
            for (int j=0;j<n;j++){
                        g[i][j]
            =(tmp[j]=='1')?1:0;
                    }

                    tmp.clear();
                }
                
                
            for (int i=n-2;i>=0;i--)
                    
            for (int j=n-2;j>=0;j--){
                        
            if (g[i][j]&&g[i+1][j]&&g[i][j+1]&&g[i+1][j+1])
                            g[i][j]
            =min(g[i+1][j],g[i][j+1],g[i+1][j+1])+1;
                    }

                memset(sum,
            0,sizeof sum);
                
            for (int i=0;i<n-1;i++)
                    
            for (int j=0;j<n-1;j++){
                        
            int s;
                        s
            =g[i][j];
                        sum[s]
            ++;
                    }
             
                
            for (int i=2;i<=n;i++){
                    
            for (int j=i+1;j<=n;j++){
                        sum[i]
            +=sum[j];
                    }

                }

                
            for (int i=2;i<=n;i++)
                    
            if (sum[i]) fout<<i<<" "<<sum[i]<<endl;
                
            return 0;
            }


            posted on 2008-08-28 23:43 幻浪天空領(lǐng)主 閱讀(255) 評(píng)論(0)  編輯 收藏 引用 所屬分類: USACO

            <2025年6月>
            25262728293031
            1234567
            891011121314
            15161718192021
            22232425262728
            293012345

            導(dǎo)航

            統(tǒng)計(jì)

            常用鏈接

            留言簿(1)

            隨筆檔案(2)

            文章分類(23)

            文章檔案(22)

            搜索

            最新評(píng)論

            閱讀排行榜

            評(píng)論排行榜

            久久无码人妻精品一区二区三区| 欧美午夜A∨大片久久 | 久久伊人精品一区二区三区| 中文字幕无码久久人妻| 亚洲αv久久久噜噜噜噜噜| 99久久中文字幕| 亚洲七七久久精品中文国产| 天天爽天天狠久久久综合麻豆| 国产成人久久精品区一区二区| 久久影视综合亚洲| 久久精品人成免费| 国产农村妇女毛片精品久久| 蜜臀av性久久久久蜜臀aⅴ麻豆| 久久综合久久综合久久| 亚洲熟妇无码另类久久久| 91精品无码久久久久久五月天 | 久久青青草原精品影院| 国内精品久久久久久久久电影网 | 无码伊人66久久大杳蕉网站谷歌| 久久91精品国产91久久户| 国内精品久久久久影院薰衣草 | 狠狠色丁香婷婷久久综合| 久久综合久久综合久久| 久久精品国产亚洲AV麻豆网站 | 久久国产免费| 51久久夜色精品国产| MM131亚洲国产美女久久| 综合人妻久久一区二区精品| 久久影视综合亚洲| 欧美成a人片免费看久久| 久久精品免费网站网| 久久精品国产99久久丝袜| 97精品国产91久久久久久| 久久99精品久久久久子伦| 久久久久免费看成人影片| 亚洲AV无码久久精品蜜桃| 久久久久久久精品妇女99| 久久天天躁夜夜躁狠狠躁2022| 一97日本道伊人久久综合影院| 欧美精品福利视频一区二区三区久久久精品| 99久久婷婷国产综合亚洲|