{"id":290,"date":"2018-10-31T18:47:48","date_gmt":"2018-10-31T10:47:48","guid":{"rendered":"http:\/\/SmokeyDays.top\/wordpress\/?p=290"},"modified":"2018-10-31T18:48:31","modified_gmt":"2018-10-31T10:48:31","slug":"cf510c","status":"publish","type":"post","link":"http:\/\/SmokeyDays.top\/wordpress\/2018\/10\/31\/cf510c\/","title":{"rendered":"CF510C"},"content":{"rendered":"<p>\u56e0\u4e3a\u7ef4\u62a4\u7684\u662f\u504f\u5e8f\u5173\u7cfb\uff0c\u5f88\u5bb9\u6613\u53ef\u4ee5\u53d1\u73b0\u662f\u62d3\u6251\u6392\u5e8f\u88f8\u9898\u3002<br \/>\n\u4e00\u4e2a\u5b57\u6bcd\u5199\u9519\u4e86\u8c03\u4e86\u534a\u5929\u3002<br \/>\n\u53ef\u4ee5\u7528\u5806\u7ef4\u62a4\u5b57\u5178\u5e8f\u3002<\/p>\n<pre class=\"pure-highlightjs\"><code class=\"cpp\">\r\n#include&lt;iostream&gt;\r\n#include&lt;cstdio&gt;\r\n#include&lt;queue&gt;\r\n#include&lt;cstring&gt;\r\n#include&lt;vector&gt;\r\nusing namespace std;\r\n#define Min(_A,_B) ((_A)&lt;(_B)?(_A):(_B))\r\n\r\nint in[30],n,len[1005],at=0,ss[30];\r\nbool mp[30][30];\r\nchar ch[105][105];\r\nchar ans[30];\r\ninline void CMP(const int &amp;A,const int &amp;B){\r\n    int le=Min(len[A],len[B]);\r\n    for(int i=1;i&lt;=le;++i){\r\n        if(ch[A][i]!=ch[B][i]){\r\n            if(!mp[ch[A][i]-'a'][ch[B][i]-'a']){\r\n                mp[ch[A][i]-'a'][ch[B][i]-'a']=1;\r\n                ++in[ch[B][i]-'a'];\r\n            }\r\n            return;\r\n        }\r\n    }\r\n    if(len[A]&gt;len[B]){\r\n        puts(\"Impossible\");\r\n        exit(0);\r\n    }\r\n}\r\npriority_queue&lt; int,vector&lt;int&gt;,greater&lt;int&gt; &gt; q;\r\ninline void srt(){\r\n    for(int i=0;i&lt;26;++i){\r\n        if(!in[i]){\r\n            q.push(i);\r\n        }\r\n    }\r\n    int p;\r\n    while(!q.empty()){\r\n        p=q.top();\r\n        q.pop();\r\n        ans[++at]=p+'a';\r\n        for(int i=0;i&lt;26;++i){\r\n            if(mp[p][i]){\r\n                --in[i];\r\n                if(!in[i]){\r\n                    q.push(i);\r\n                }\r\n            }\r\n        }\r\n    }\r\n    if(at&lt;26){\r\n        puts(\"Impossible\");\r\n        exit(0);\r\n    }\r\n    ans[++at]='\\0';\r\n}\r\nvoid init(){\r\n    scanf(\"%d\",&amp;n);\r\n    memset(mp,0,sizeof(mp));\r\n    memset(in,0,sizeof(in));\r\n    for(int i=1;i&lt;=n;++i){\r\n        cin&gt;&gt;ch[i]+1;\r\n        len[i]=strlen(ch[i]+1);\r\n    }\r\n    for(int i=1;i&lt;n;++i){\r\n        CMP(i,i+1);\r\n    }\r\n    srt(); \r\n    cout&lt;&lt;ans+1;\r\n}\r\nint main(){\r\n    init();\r\n    return 0;\r\n}<\/code><\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u56e0\u4e3a\u7ef4\u62a4\u7684\u662f\u504f\u5e8f\u5173\u7cfb\uff0c\u5f88\u5bb9\u6613\u53ef\u4ee5\u53d1\u73b0\u662f\u62d3\u6251\u6392\u5e8f\u88f8\u9898\u3002 \u4e00\u4e2a\u5b57\u6bcd\u5199\u9519\u4e86\u8c03\u4e86\u534a\u5929\u3002 \u53ef\u4ee5\u7528\u5806\u7ef4\u62a4\u5b57\u5178\u5e8f\u3002 #inc &hellip; <\/p>\n<p class=\"link-more\"><a href=\"http:\/\/SmokeyDays.top\/wordpress\/2018\/10\/31\/cf510c\/\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb<span class=\"screen-reader-text\">\u201cCF510C\u201d<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[20,30,33,6,5],"tags":[],"_links":{"self":[{"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/posts\/290"}],"collection":[{"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/comments?post=290"}],"version-history":[{"count":1,"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/posts\/290\/revisions"}],"predecessor-version":[{"id":291,"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/posts\/290\/revisions\/291"}],"wp:attachment":[{"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/media?parent=290"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/categories?post=290"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/tags?post=290"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}