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

            Encoding schemes are often used in situations requiring encryption or information storage/transmission economy. Here, we develop a simple encoding scheme that encodes particular types of words with five or fewer (lower case) letters as integers.

            Consider the English alphabet {a,b,c,...,z}. Using this alphabet, a set of valid words are to be formed that are in a strict lexicographic order. In this set of valid words, the successive letters of a word are in a strictly ascending order; that is, later letters in a valid word are always after previous letters with respect to their positions in the alphabet list {a,b,c,...,z}. For example,

            abc aep gwz

            are all valid three-letter words, whereas

            aab are cat

            are not.

            For each valid word associate an integer which gives the position of the word in the alphabetized list of words. That is:

                a -> 1
            b -> 2
            .
            .
            z -> 26
            ab -> 27
            ac -> 28
            .
            .
            az -> 51
            bc -> 52
            .
            .
            vwxyz -> 83681

            Your program is to read a series of input lines. Each input line will have a single word on it, that will be from one to five letters long. For each word read, if the word is invalid give the number 0. If the word read is valid, give the word's position index in the above alphabetical list.

            Input

            The input consists of a series of single words, one per line. The words are at least one letter long and no more that five letters. Only the lower case alphabetic {a,b,...,z} characters will be used as input. The first letter of a word will appear as the first character on an input line.

            The input will be terminated by end-of-file.

            Output

            The output is a single integer, greater than or equal to zero (0) and less than or equal 83681. The first digit of an output value should be the first character on a line. There is one line of output for each input line.

            Sample Input

            z
            a
            cat
            vwxyz

            Sample Output

            26
            1
            0
            83681

             

            利用組合數學定理
            {1,2,3,--,n}的r組合a1,a2,--,ar出現在{1,2,--,n}的r組合的字典序中的位置號如下:

            C(n,r)-C(n-a1,r)-C(n-a2,r-1)-------C(n-ar-1,2)-C(n-ar,1):證明略;

            組合數C(n,r)計算利用pascal公式。C(n+1,k)=C(n,k-1)+C(n,k)
            posted on 2009-07-18 10:08 luis 閱讀(382) 評論(0)  編輯 收藏 引用 所屬分類: 組合數學
            <2009年7月>
            2829301234
            567891011
            12131415161718
            19202122232425
            2627282930311
            2345678

            常用鏈接

            留言簿(3)

            隨筆分類

            隨筆檔案

            文章分類

            文章檔案

            友情鏈接

            搜索

            •  

            最新評論

            閱讀排行榜

            評論排行榜

            国产麻豆精品久久一二三| 久久国产视频99电影| 国产精品久久久久久久久免费| 国产精品久久久天天影视| 久久成人精品| AAA级久久久精品无码片| 亚洲国产天堂久久综合| AAA级久久久精品无码片| 久久亚洲国产成人影院| 91精品国产综合久久婷婷| 久久久久久精品免费看SSS| 91麻精品国产91久久久久| 久久久噜噜噜久久中文福利| 日本国产精品久久| 亚洲国产精品久久久久久| 久久亚洲精品成人av无码网站| 欧美日韩成人精品久久久免费看| jizzjizz国产精品久久| 久久久久久久女国产乱让韩| 久久夜色精品国产亚洲av| 国产精品久久久天天影视香蕉| 伊人久久精品无码av一区| 久久这里都是精品| 亚洲AⅤ优女AV综合久久久| 久久精品亚洲男人的天堂| 国产精品成人无码久久久久久| 国产精品岛国久久久久| 国内精品久久久久久久97牛牛| 日韩精品无码久久久久久| 久久久久久久久66精品片| 青青久久精品国产免费看| 免费精品国产日韩热久久| 国产欧美久久久精品影院| 久久亚洲日韩看片无码| 久久综合亚洲鲁鲁五月天| 无码人妻久久一区二区三区免费| 亚洲欧美日韩久久精品第一区| 东方aⅴ免费观看久久av| 99蜜桃臀久久久欧美精品网站| 人妻少妇久久中文字幕一区二区| 天天爽天天狠久久久综合麻豆 |