• <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 生成函數(shù)

                  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個點的木塊,用四種顏色涂色,其中兩種顏色只能用偶數(shù)次,求有多少種涂色方法。

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

            最后得到的公式是(2^( n - 1 ))(2^(n-1)+1)
            注意到10007是素數(shù),由費爾馬定理,可以先把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 若余 閱讀(781) 評論(0)  編輯 收藏 引用

            導航

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

            統(tǒng)計

            常用鏈接

            留言簿

            隨筆檔案(16)

            搜索

            最新隨筆

            最新評論

            評論排行榜

            伊人色综合久久天天网| 久久99热国产这有精品| 久久人人爽人人精品视频| 久久久国产视频| 久久精品国产亚洲AV无码麻豆| 久久久青草青青亚洲国产免观| 久久精品夜色噜噜亚洲A∨| 狠狠色婷婷久久一区二区| 久久久久综合网久久| 久久乐国产综合亚洲精品| 狠狠色婷婷综合天天久久丁香| 伊人久久大香线蕉无码麻豆| 国产精品久久久亚洲| 区亚洲欧美一级久久精品亚洲精品成人网久久久久| 亚洲精品tv久久久久| 久久久久高潮毛片免费全部播放| 久久久久久国产精品无码下载| 久久无码人妻一区二区三区 | 久久久无码一区二区三区| 国产精品99久久久久久宅男| 日本久久久久亚洲中字幕| 性做久久久久久免费观看| 久久久噜噜噜久久熟女AA片| 中文字幕精品久久| 久久国产成人午夜AV影院| 日本道色综合久久影院| 久久婷婷五月综合色奶水99啪| 久久99国产精品成人欧美| 国产一级做a爰片久久毛片| 色妞色综合久久夜夜| 精品久久久久成人码免费动漫 | av无码久久久久久不卡网站| 久久精品极品盛宴观看| 亚洲欧美日韩精品久久亚洲区 | 免费观看成人久久网免费观看| 久久天天躁狠狠躁夜夜躁2014| 久久综合精品国产一区二区三区| 色综合久久综合网观看| 国产精品久久久99| 久久激情亚洲精品无码?V| 久久精品国产第一区二区|