• <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 3734 Blocks 生成函數

                  Blocks

            Time Limit: 1000MS Memory Limit: 65536K
            Total Submissions: 720 Accepted: 201

            Description

            Panda has received an assignment of painting a line of blocks. Since Panda is such an intelligent boy, he starts to think of a math problem of painting. Suppose there are N blocks in a line and each block can be paint red, blue, green or yellow. For some myterious reasons, Panda want both the number of red blocks and green blocks to be even numbers. Under such conditions, Panda wants to know the number of different ways to paint these blocks.

            Input

            The first line of the input contains an integer T(1≤T≤100), the number of test cases. Each of the next T lines contains an integer N(1≤N≤10^9) indicating the number of blocks.

            Output

            For each test cases, output the number of ways to paint the blocks in a single line. Since the answer may be quite large, you have to module it by 10007.

            Sample Input

            2
            1
            2

            Sample Output

            2
            6

            Source



            給定一塊有n個點的木塊,用四種顏色涂色,其中兩種顏色只能用偶數次,求有多少種涂色方法。

            一看就知是生成函數,可惜從沒用過。小試身手,沒想到竟然弄出來了。結果應該是對的,就是不知過程是不是可以這樣寫。
            設四種顏色分別為w,x,y,z,其中y,z只能用偶數次,我的推導過程如下:

            最后得到的公式是(2^( n - 1 ))(2^(n-1)+1)
            注意到10007是素數,由費爾馬定理,可以先把n-1mod(10007-1),減小計算量,剩下的就是快速取冪了.
            #include <iostream>
            using namespace std;
            const int mod=10007;
            int pow(int n)
            {
                
            if(n==0)
                    
            return 1;
                
            if(n&1)
                
            {
                    
            return (pow(n-1)<<1)%mod;
                }

                
            else
                
            {
                    
            int temp=pow(n>>1);
                    
            return (temp*temp)%mod;
                }

            }


            int main(int argc, char *argv[])
            {
                
            int t,n,temp;
                cin
            >>t;
                
            while(t--)
                
            {
                    cin
            >>n;
                    temp
            =pow((n-1)%(mod-1));
                    cout
            <<(temp*(temp+1))%mod<<endl;
                }

                
                
            return 0;
            }

            //由于近日POJ登不上,上面的代碼未曾提交過

            posted on 2010-08-31 09:28 若余 閱讀(777) 評論(0)  編輯 收藏 引用

            導航

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

            統計

            常用鏈接

            留言簿

            隨筆檔案(16)

            搜索

            最新隨筆

            最新評論

            評論排行榜

            国产V亚洲V天堂无码久久久| 久久国产精品波多野结衣AV| 婷婷五月深深久久精品| 久久99国内精品自在现线| 99久久免费国产精精品| 久久无码国产| 人妻久久久一区二区三区| 国产精品九九久久免费视频 | 亚洲AV成人无码久久精品老人| 色婷婷综合久久久久中文一区二区| 国产精品久久久久AV福利动漫| 久久国产精品免费一区二区三区| 久久精品国产亚洲av麻豆图片 | 久久久久99精品成人片三人毛片 | 久久精品国产亚洲Aⅴ蜜臀色欲| 久久笫一福利免费导航| 久久国产精品久久| 2021国内精品久久久久久影院| 91秦先生久久久久久久| 久久久久亚洲av无码专区喷水| 伊人久久一区二区三区无码| 伊人久久综在合线亚洲2019| 91久久精一区二区三区大全| 狠狠综合久久综合88亚洲| 日日狠狠久久偷偷色综合免费 | 久久久久久久波多野结衣高潮| 国产V综合V亚洲欧美久久| 精品久久久久久无码专区| 一本大道久久东京热无码AV| 久久99热这里只有精品国产| 91精品国产高清久久久久久91| 久久国产高清字幕中文| 久久久久久无码Av成人影院 | 精品国产日韩久久亚洲| 久久免费香蕉视频| 狠狠色丁香婷婷综合久久来来去 | 久久www免费人成精品香蕉| 久久精品国产99国产精品澳门| 九九久久99综合一区二区| 粉嫩小泬无遮挡久久久久久| 久久99精品久久久久久|