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

            poj3267

            The Cow Lexicon

            Time Limit: 2000MS Memory Limit: 65536K
            Total Submissions: 5619 Accepted: 2599

            Description

            Few know that the cows have their own dictionary with W (1 ≤ W ≤ 600) words, each containing no more 25 of the characters 'a'..'z'. Their cowmunication system, based on mooing, is not very accurate; sometimes they hear words that do not make any sense. For instance, Bessie once received a message that said "browndcodw". As it turns out, the intended message was "browncow" and the two letter "d"s were noise from other parts of the barnyard.

            The cows want you to help them decipher a received message (also containing only characters in the range 'a'..'z') of length L (2 ≤ L ≤ 300) characters that is a bit garbled. In particular, they know that the message has some extra letters, and they want you to determine the smallest number of letters that must be removed to make the message a sequence of words from the dictionary.

            Input

            Line 1: Two space-separated integers, respectively: W and L
            Line 2: L characters (followed by a newline, of course): the received message
            Lines 3..W+2: The cows' dictionary, one word per line

            Output

            Line 1: a single integer that is the smallest number of characters that need to be removed to make the message a sequence of dictionary words.

            Sample Input

            6 10
            browndcodw
            cow
            milk
            white
            black
            brown
            farmer

            Sample Output

            2
            這個(gè)題目還是跟最長(zhǎng)公共子序列類(lèi)似,
            狀態(tài)表示還是用f[i]表示前i個(gè)中最少去掉的數(shù)目能夠構(gòu)成合法序列
            則f[i]=i
            f[i]=min(f[i],f[j]+remove(s[j+1..i],ss[k]))
            if ss[k]能在s[j+1..i]中表示出來(lái)
            所以我們不必用LCS來(lái)求這個(gè)remove,直接用pp[k]表示第k個(gè)單詞能在s[j+1..i]中匹配到的地方的地方
            如果單詞能在其中表示出來(lái),則min
            這類(lèi)題目的類(lèi)似在于f[i]總是由f[j](0<j<i)推出來(lái)的
             1#include<stdio.h>
             2#include<string.h>
             3#include<math.h>
             4#define MAX 350
             5int f[MAX];
             6char sd[MAX];
             7int pp[610],len[610];
             8char s[610][26];
             9int l1,n,i,j,k;
            10int min(int a,int b)
            11{
            12    if (a>b) return b;
            13    else return a;
            14}

            15int main()
            16{
            17    scanf("%d%d",&n,&l1);
            18    scanf("%s",&sd);
            19    for (i=l1-1;i>=0 ;i-- )
            20    {
            21        sd[i+1]=sd[i];
            22    }

            23    for (i=1; i<=n ; i++ )
            24    {
            25        scanf("%s",&s[i]);
            26        len[i]=strlen(s[i]);
            27    }

            28    for (i=1; i<=l1 ; i++ )
            29    {
            30        f[i]=i;
            31        for (j=1; j<=n ; j++)
            32        {
            33            pp[j]=len[j]-1;
            34        }

            35        for (j=i; j>=1; j--)
            36        {
            37            for (k=1; k<=n ; k++ )
            38            {
            39                if (sd[j]==s[k][pp[k]])
            40                {
            41                    pp[k]--;
            42                }

            43                if (pp[k]<0)
            44                {
            45                    f[i]=min(f[i],f[j-1]+i-j-len[k]+1);
            46                }

            47            }

            48        }

            49    }

            50    printf("%d\n",f[l1]);
            51    return 0;
            52}

            53//f[i]=min(f[j]+remove(s[j+1..i],s[k]))
            54//
            55
             

            posted on 2012-02-21 19:31 jh818012 閱讀(405) 評(píng)論(1)  編輯 收藏 引用

            評(píng)論

            # re: poj3267 2012-02-29 17:23 王私江

            我嚓,我該努力了。  回復(fù)  更多評(píng)論   


            只有注冊(cè)用戶(hù)登錄后才能發(fā)表評(píng)論。
            網(wǎng)站導(dǎo)航: 博客園   IT新聞   BlogJava   博問(wèn)   Chat2DB   管理


            <2025年7月>
            293012345
            6789101112
            13141516171819
            20212223242526
            272829303112
            3456789

            導(dǎo)航

            統(tǒng)計(jì)

            常用鏈接

            留言簿

            文章檔案(85)

            搜索

            最新評(píng)論

            • 1.?re: poj1426
            • 我嚓,,輝哥,,居然搜到你的題解了
            • --season
            • 2.?re: poj3083
            • @王私江
              (8+i)&3 相當(dāng)于是 取余3的意思 因?yàn)?3 的 二進(jìn)制是 000011 和(8+i)
            • --游客
            • 3.?re: poj3414[未登錄](méi)
            • @王私江
              0ms
            • --jh818012
            • 4.?re: poj3414
            • 200+行,跑了多少ms呢?我的130+行哦,你菜啦,哈哈。
            • --王私江
            • 5.?re: poj1426
            • 評(píng)論內(nèi)容較長(zhǎng),點(diǎn)擊標(biāo)題查看
            • --王私江
            99久久国产亚洲高清观看2024 | 久久99精品国产| 99久久99久久精品国产片果冻| 国内精品伊人久久久久网站| 91精品国产高清91久久久久久| 亚洲国产一成人久久精品| 四虎国产精品成人免费久久| 色综合合久久天天给综看| 久久九色综合九色99伊人| 久久综合成人网| 国色天香久久久久久久小说| 亚洲精品无码久久久久去q| 久久久无码人妻精品无码| 99久久精品日本一区二区免费| 1000部精品久久久久久久久| 精品国产一区二区三区久久| 亚洲一本综合久久| 久久国产AVJUST麻豆| 一本久久a久久精品亚洲| …久久精品99久久香蕉国产| 伊人久久免费视频| 色青青草原桃花久久综合| 色偷偷88888欧美精品久久久 | 久久精品中文无码资源站| 久久精品免费观看| 无码8090精品久久一区 | 久久大香香蕉国产| 国产精品九九久久免费视频| 久久久一本精品99久久精品88| 午夜天堂av天堂久久久| 国产激情久久久久影院老熟女| 四虎亚洲国产成人久久精品| 日本久久久久亚洲中字幕| 91久久福利国产成人精品| 热久久视久久精品18| 久久国产精品久久精品国产| 亚洲国产成人久久笫一页| 香蕉久久一区二区不卡无毒影院| 狠狠色丁香婷婷久久综合| 国产激情久久久久影院| 国产精品一区二区久久|