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

            poj 2676 Sudoku


            終于A了
            140ms+

            說一下我的思路:

            接受數據后,把每個為0的位置記錄下來(tatus[]),并計算該位置可能的狀態數,然后排序,從狀態數最小的開始搜索。也就是僅搜索為0的位置。

            不過對于這組數據:
            9
            000000000
            000000000
            000000000
            000000000
            000000000
            000000000
            000000000
            000000000
            000000000
            我估計我程序半年都出不了結果

            check(x,y,p)函數檢查(x,y)位置是否可以放p這個值。
            cal()函數計算初始可能的狀態數。

            #include<iostream>
            #include<string.h>
            #include<algorithm>
            using namespace std;
            int sudo[10][10];

            struct type
            {
                   int x,y,count;
            }status[82]; 
            int num_status=0;

            bool check(int i, int j, int t)//judge if it is possible to put digit t at (i,j)
            {
                 for(int k=1; k<=9; k++)
                         if(sudo[i][k]==t)return false;
                 for(int k=1; k<=9; k++)
                         if(sudo[k][j]==t)return false;
                 int x=(i-1)/3*3+1 ,y=(j-1)/3*3+1;
                 for(int s=0; s<=2; s++)
                 for(int tt=0; tt<=2; tt++)
                         if(sudo[x+s][y+tt]==t)return false;
                 return true;            
            }

            int cal(int i, int j)//calculate the the number of  possible status of (i,j)
            {
                int cnt=0;
                for(int p=1; p<=9; p++)
                        if(check(i,j,p))cnt++;
                       
                return cnt;
            }


            bool cmp(const type &a, const type &b)
            {
                 return a.count<b.count;
            }

            void dfs(int cnt,bool &find)
            {
                 if(cnt>num_status)return ;
                 if(find){ return ;}
                 int x=status[cnt].x;
                 int y=status[cnt].y;
                
                 if(cnt==num_status)
                 {
                          for(int p=1; p<=9; p++)
                                  if(check(x,y,p))
                                  {
                                                  sudo[x][y]=p;
                                                  for(int i=1; i<=9; i++)
                                                  {
                                                          for(int j=1; j<=9; j++)
                                                                  cout<<sudo[i][j];
                                                          cout<<endl;
                                                  }
                                                  find=true;
                                                  return ;
                                  }
                                  return ;   
                 }
                 for(int p=1; p<=9; p++)
                 {
                         if(check(x,y,p))
                         {
                          sudo[x][y]=p;
                          dfs(cnt+1,find);
                         }
                        sudo[x][y]=0; //剛開始一直錯就因為沒置0,check函數當當前位置是0的時候才有效。
                 }
                    
            }

             

            int main()
            {
                int t;
                cin>>t;
                while(t--)
                {
                   memset(sudo,0,sizeof sudo);
                   char ch;
                   num_status=0;
                   for(int i=1; i<=9; i++)
                           for(int j=1; j<=9; j++)
                           {
                            cin>>ch;
                            sudo[i][j]=int(ch-'0');
                            }
                           
                   for(int i=1; i<=9; i++)
                   for(int j=1; j<=9; j++)
                              if(sudo[i][j]==0)
                              {
                                  num_status++;
                                  status[num_status].x=i; status[num_status].y=j;
                                  status[num_status].count=cal(i,j);
                              }
                  
                   sort(status+1,status+1+num_status,cmp);
                  // for(int i=1; i<=num_status ;i++)
                    //      cout<<' '<<status[i].x<<' '<<status[i].y<<' '<<status[i].count<<endl;

                  
                   bool find=false;
                   dfs(1,find);
                   if(num_status==0)
                   {
                                for(int i=1; i<=9; i++)
                                {
                                          for(int j=1; j<=9; j++)
                                               cout<<sudo[i][j];
                                          cout<<endl;
                                }   
                   }
                }
                system("pause");
                return 0;
            }


            posted on 2010-08-18 19:09 田兵 閱讀(330) 評論(2)  編輯 收藏 引用 所屬分類: POJ

            評論

            # re: poj 2676 wa 2010-08-18 20:32 邱焜

            閣下代碼風格這么好,一定很快就能ac的  回復  更多評論   

            # re: poj 2676 Sudoku 2010-08-19 11:33 田兵

            @邱焜
            拜你吉言,A了 呵呵~~  回復  更多評論   

            <2010年8月>
            25262728293031
            1234567
            891011121314
            15161718192021
            22232425262728
            2930311234

            導航

            統計

            常用鏈接

            留言簿(2)

            隨筆分類(65)

            隨筆檔案(65)

            文章檔案(2)

            ACM

            搜索

            積分與排名

            最新隨筆

            最新評論

            閱讀排行榜

            久久婷婷是五月综合色狠狠| 久久99精品久久久久久久不卡| 国产69精品久久久久9999| 日本久久久久久中文字幕| 国产精品成人久久久久久久| 无码精品久久一区二区三区| 伊人久久久AV老熟妇色| 99久久www免费人成精品| 天天做夜夜做久久做狠狠| 国产精品久久精品| 伊人久久精品影院| 日韩亚洲欧美久久久www综合网 | 2020久久精品亚洲热综合一本| 亚洲精品白浆高清久久久久久| 99久久精品国产一区二区蜜芽| 久久久久久亚洲精品影院| 99久久国产综合精品网成人影院| 久久精品人人做人人爽电影| 66精品综合久久久久久久| 中文字幕日本人妻久久久免费 | 久久国产精品国产自线拍免费| 少妇被又大又粗又爽毛片久久黑人| 国产亚洲精品美女久久久| 久久久精品人妻一区二区三区蜜桃| 中文字幕一区二区三区久久网站| 亚洲国产精品无码久久久秋霞2| 久久天天躁狠狠躁夜夜2020老熟妇| 国产精品久久99| 国产精品久久久久国产A级| 亚洲精品无码久久久久去q| 久久婷婷是五月综合色狠狠| 最新久久免费视频| 亚洲中文字幕伊人久久无码 | 久久99精品久久久久子伦| 中文国产成人精品久久不卡 | 伊人久久成人成综合网222| 精品国产热久久久福利| 精品久久久久中文字| 久久精品免费大片国产大片| 国产精久久一区二区三区| 久久狠狠一本精品综合网|