• <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>
            posts - 195,  comments - 30,  trackbacks - 0
            #include <cstdio>
            #include 
            <string>

            int b[51][51][50], N;

            void add ( int i, int j )
            {
                
            int k;
                
            for ( k = 0; k < 50; k ++ )
                    b[i][j][k] 
            = b[i - 1][j - 1][k] + b[i - 1][j][k] * j;
                
            int c = 0, t;
                
            for ( k = 0; k < 50; k ++ )
                
            {
                    t 
            = b[i][j][k] + c;
                    c 
            = t / 10;
                    b[i][j][k] 
            = t % 10;
                }

            }


            void dp ()
            {
                memset ( b, 
            0x00sizeof ( b ) );
                
            int i, j;
                
            for ( i = 1; i <= 50; i ++ )
                
            {
                    b[i][
            1][0= b[i][i][0= 1;
                }

                
            for ( i = 3; i <= 50; i ++ )
                
            {
                    
            for ( j = 2; j < i; j ++ )
                    
            {
                        add ( i, j );
                    }

                }

            }


            void print ( int i, int j )
            {
                
            int k;
                
            for ( k = 49; k >= 0; k -- )
                    
            if ( b[i][j][k] )
                        
            break;
                
            if ( k == -1 )
                    printf ( 
            "0" );
                
            for ( ; k >= 0; k -- )
                    printf ( 
            "%d", b[i][j][k] );
                printf ( 
            " " );
            }


            void print ( int n )
            {
                printf ( 
            "%d ", n );
                
            int i, j, k;
                
            int ans[50];
                memset ( ans, 
            0sizeof ( ans ) );
                
            for ( i = 1; i <= n; i ++ )
                
            {
                    
            for ( j = 0; j < 50; j ++ )
                    
            {
                        ans[j] 
            += b[n][i][j];
                    }

                }

                
            int t, c = 0;
                
            for ( k = 0; k < 50; k ++ )
                
            {
                    t 
            = ans[k] + c;
                    c 
            = t / 10;
                    ans[k] 
            = t % 10;
                }

                
            for ( k = 49; k >= 0; k -- )
                    
            if ( ans[k] )
                        
            break;
                
            if ( k == -1 )
                    printf ( 
            "0" );
                
            for ( ; k >= 0; k -- )
                    printf ( 
            "%d", ans[k] );
                printf ( 
            " " );
            }


            int main ()
            {
                
            //freopen ( "in.txt", "r", stdin );
                dp ();
                
            //print ( 5, 2 );
                while ( scanf ( "%d"&N ) && N )
                
            {
                    print ( N );
                }

                
            return 0;
            }

            Rhyme Schemes
            Status In/Out TIME Limit MEMORY Limit Submit Times Solved Users JUDGE TYPE
            stdin/stdout 3s 8192K 97 55 Special Test

            The rhyme scheme for a poem (or stanza of a longer poem) tells which lines of the poem rhyme with which other lines. For example, a limerick such as

            
            If computers that you build are quantum
            Then spies of all factions will want 'em
            Our codes will all fail
            And they'll read our email
            `Til we've crypto that's quantum and daunt 'em
            Jennifer and Peter Short(http://www.research.att.com/~shor/notapoet.html)
            
            Has a rhyme scheme of aabba, indicating that the first, second and fifth lines rhyme and the third and fourth lines rhyme.

            For a poem or stanza of four lines, there are 15 possible rhyme schemes: aaaa, aaab, aaba, aabb, aabc, abaa, abab, abac, abba, abbb, abbc, abca, abcb, abcc, and abcd.

            Write a program to compute the number of rhyme schemes for a poem or stanza of N lines where N is an input value.

            Input

            Input will consist of a sequence of integers N, one per line, ending with a 0 (zero) to indicate the end of the data. N is the number of lines in a poem.

            Output

            For each input integer N, your program should output the value of N, followed by a space, followed by the number of rhyme schemes for a poem with N lines as a decimal integer with at least 12 correct significant digits (use double precision floating point for your computations).

            Sample Input

            1
            2
            3
            4
            20
            30
            10
            0
            

            Sample Output

            1 1
            2 2
            3 5
            4 15
            20 51724158235372
            30 846749014511809120000000
            10 115975
            


             
            排列組合的題目,大致上從小到大順推即可。設b[i][j]中i表示字符串長度,j表示字符串中用到的字母個數,不難推出b[i][j] = b[i-1][j-1] + b[i - 1][j] * j。
            而我自己的思路一直是想根據最后的那一個字母來推,推不出來

            posted on 2009-05-12 11:42 luis 閱讀(346) 評論(0)  編輯 收藏 引用 所屬分類: 組合數學
            <2025年5月>
            27282930123
            45678910
            11121314151617
            18192021222324
            25262728293031
            1234567

            常用鏈接

            留言簿(3)

            隨筆分類

            隨筆檔案

            文章分類

            文章檔案

            友情鏈接

            搜索

            •  

            最新評論

            閱讀排行榜

            評論排行榜

            久久精品国产91久久麻豆自制| 亚洲欧美精品一区久久中文字幕| 久久香综合精品久久伊人| 中文国产成人精品久久亚洲精品AⅤ无码精品 | 日产精品久久久久久久性色| 久久精品国产亚洲AV无码麻豆| 国产精品视频久久久| 久久青青国产| 精品久久久久久国产91| 久久夜色精品国产| 亚洲精品乱码久久久久久蜜桃不卡 | 久久久青草青青亚洲国产免观| 超级碰久久免费公开视频| 久久久久亚洲AV片无码下载蜜桃| 久久99热只有频精品8| 久久伊人色| 91精品国产91久久综合| 日日狠狠久久偷偷色综合免费| 久久A级毛片免费观看| 亚洲国产成人久久精品99 | 久久国产精品无码一区二区三区 | 久久久久国产精品三级网| 精品久久久久久中文字幕| 亚洲乱码精品久久久久..| 国产精品免费久久久久电影网| 国产午夜免费高清久久影院| 国产成年无码久久久免费| 香蕉久久久久久狠狠色| 久久精品无码一区二区三区日韩 | 久久国产劲爆AV内射—百度| 欧美一级久久久久久久大| 九九热久久免费视频| 国产成人无码精品久久久久免费| 久久久精品国产sm调教网站 | 久久久久99精品成人片| 97久久精品人人澡人人爽| 久久成人精品视频| 久久综合丝袜日本网| 97精品国产91久久久久久| 国产精品久久久久jk制服| 好久久免费视频高清|