• <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>
            隨筆-65  評論-6  文章-0  trackbacks-0
              1 #include <iostream>
              2 #include <algorithm>
              3 using namespace std;
              4 #define M 8
              5 struct word{
              6     char str[M];
              7     struct word *nextW;
              8 };
              9 struct tree{
             10     bool isOK;
             11     word *head;
             12     struct tree *next[26]; 
             13     tree(){
             14         isOK=false;
             15         head=NULL;
             16         for(int i=0;i<26;i++)
             17             next[i]=NULL;
             18     }
             19 }*root;
             20 char endMark[M]="XXXXXX";
             21 int cmp(char a,char b){
             22     return a<=b;
             23 }
             24 int main(){
             25     freopen("in.txt","r",stdin);
             26     char temp[M],dict[M],sen[105][M];
             27     int w,num=0;
             28     root=new tree;
             29     while (scanf("%s",temp)!=EOF){
             30         if(strcmp(temp,endMark)==0)
             31             break;
             32         bool isP=false;
             33         for(int i=num-1;i>=0;i--){
             34             isP=true;
             35             if(strcmp(sen[i],temp)<0){
             36                 strcpy(sen[i+1],temp);
             37                 num++;
             38                 break;
             39             }
             40             strcpy(sen[i+1],sen[i]);
             41             if(i==0){
             42                 strcpy(sen[0],temp);
             43                 num++;
             44             }
             45         }
             46         if(!isP)
             47             strcpy(sen[num++],temp);
             48     }
             49     w=0;
             50     while (w<num){
             51         strcpy(temp,sen[w++]);
             52         strcpy(dict,temp);
             53         int i,len=strlen(temp);
             54         sort(temp,temp+len,cmp);
             55         tree *cur=root;
             56         for (i=0;i<len;i++){
             57             if(cur->next[temp[i]-'a']==NULL)
             58                 cur->next[temp[i]-'a']=new tree;
             59             cur=cur->next[temp[i]-'a'];
             60         }
             61         cur->isOK=true;
             62         if(cur->head==NULL){
             63             cur->head=new word;
             64             strcpy(cur->head->str,dict);
             65             cur->head->nextW=NULL;
             66         }
             67         else{
             68             word *p=cur->head;
             69             while (p->nextW){
             70                 p=p->nextW;
             71             }
             72             p->nextW=new word;
             73             strcpy(p->nextW->str,dict);
             74             p->nextW->nextW=NULL;
             75         }
             76     }
             77     while (scanf("%s",temp)!=EOF){
             78         if(strcmp(temp,endMark)==0)
             79             break;
             80         int i,len=strlen(temp);
             81         sort(temp,temp+len,cmp);
             82         tree *cur=root;
             83         for(i=0;i<len;i++){
             84             if(cur->next[temp[i]-'a']==NULL)
             85                 break;
             86             cur=cur->next[temp[i]-'a'];
             87         }
             88         if(i<len||!cur->isOK){
             89             puts("NOT A VALID WORD");
             90             puts("******");
             91             continue;
             92         }
             93         word *q=cur->head;
             94         while (q){
             95             printf("%s\n",q->str);
             96             q=q->nextW;
             97         }
             98         puts("******");
             99     }
            100     return 0;
            101 }
            posted on 2012-07-16 09:35 Leo.W 閱讀(371) 評論(0)  編輯 收藏 引用
            久久乐国产综合亚洲精品| 无码AV中文字幕久久专区| 久久青草国产精品一区| 99久久精品国产一区二区三区| 999久久久国产精品| 少妇被又大又粗又爽毛片久久黑人| 日韩中文久久| 国产精品久久久久久久| 日韩AV毛片精品久久久| 久久青青草原精品国产| 精品久久久久久久久久久久久久久| 色播久久人人爽人人爽人人片aV| 精品无码久久久久国产动漫3d| 亚洲国产精品人久久| 日本五月天婷久久网站| 久久亚洲精品中文字幕三区| 亚洲成色WWW久久网站| 久久精品国产色蜜蜜麻豆| 91精品国产91久久久久久蜜臀| 精品国产乱码久久久久久人妻 | 久久久久国产一级毛片高清版| 久久亚洲视频| 久久免费高清视频| 无码专区久久综合久中文字幕| 久久婷婷人人澡人人| 91精品国产91久久久久久青草| 色综合久久久久综合体桃花网| 女同久久| 性欧美大战久久久久久久| 久久人人爽人人澡人人高潮AV | 色天使久久综合网天天| 久久人人爽人人爽人人片AV麻豆| 久久久久中文字幕| 久久综合久久综合久久| 91精品国产91热久久久久福利| 国产午夜精品久久久久免费视| 亚洲AV无码久久精品狠狠爱浪潮| 欧美精品乱码99久久蜜桃| 国产欧美久久久精品影院| 久久经典免费视频| 久久久久久久久66精品片|