{"id":339,"date":"2018-11-05T15:21:42","date_gmt":"2018-11-05T07:21:42","guid":{"rendered":"http:\/\/SmokeyDays.top\/wordpress\/?p=339"},"modified":"2018-11-05T15:21:42","modified_gmt":"2018-11-05T07:21:42","slug":"lp1983-noip2013-%e8%bd%a6%e7%ab%99%e5%88%86%e7%ba%a7","status":"publish","type":"post","link":"http:\/\/SmokeyDays.top\/wordpress\/2018\/11\/05\/lp1983-noip2013-%e8%bd%a6%e7%ab%99%e5%88%86%e7%ba%a7\/","title":{"rendered":"lp1983 NOIP2013 \u8f66\u7ad9\u5206\u7ea7"},"content":{"rendered":"<p>\u770b\u5230\\(DAG\\)\uff0c\u7acb\u523b\u53ef\u4ee5\u8003\u8651\u4e0a\u4e00\u4e2a\u62d3\u6251\u6392\u5e8f\u3002<br \/>\n\u5c06\u504f\u5e8f\u5173\u7cfb\u8f6c\u5316\u4e3a\u90bb\u63a5\u77e9\u9635\u5373\u53ef\u3002<\/p>\n<pre class=\"pure-highlightjs\"><code class=\"cpp\">#include&lt;iostream&gt;\r\n#include&lt;cstdio&gt;\r\n#include&lt;math.h&gt;\r\n#include&lt;string.h&gt;\r\n#include&lt;algorithm&gt;\r\n#include&lt;queue&gt;\r\nusing namespace std;\r\nint n,m,s[1005][1005],in[1005],ans=0;\r\nbool map[1005][1005],a[1005],d[1005],used[1005];\r\nqueue &lt;int&gt; q;\r\n\r\nvoid re(){\r\n\twhile(1){\r\n\t\tbool bo=0;\r\n\t\tfor(int i=1;i&lt;=n;i++){\r\n\t\t\tif(!in[i]&amp;&amp;!used[i]){\r\n\t\t\t\tq.push(i);\r\n\t\t\t\tused[i]=1;\r\n\t\t\t\tbo=1;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(!bo){\r\n\t\t\tbreak;\r\n\t\t}\r\n\t\twhile(!q.empty()){\r\n\t\t\tint p=q.front();\r\n\t\t\tq.pop();\r\n\t\t\tfor(int i=1;i&lt;=n;i++){\r\n\t\t\t\tif(map[p][i]){\r\n\t\t\t\t\tmap[p][i]=0;\r\n\t\t\t\t\tin[i]--;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\tans++;\r\n\t}\r\n}\r\n\r\nint init(){\r\n\tmemset(in,0,sizeof(in));\r\n\tscanf(\"%d %d\",&amp;n,&amp;m);\r\n\tfor(int i=1;i&lt;=m;i++){\r\n\t\tscanf(\"%d\",&amp;s[i][0]);\r\n\t\tmemset(a,0,sizeof(a));\r\n\t\tfor(int j=1;j&lt;=s[i][0];j++){\r\n\t\t\tscanf(\"%d\",&amp;s[i][j]);\r\n\t\t\ta[s[i][j]]=1;\r\n\t\t}\r\n\t\tfor(int j=s[i][1];j&lt;=s[i][s[i][0]];j++){\r\n\t\t\tif(!a[j]){\r\n\t\t\t\tfor(int k=1;k&lt;=s[i][0];k++){\r\n\t\t\t\t\t\/\/map(i,j)\u8868\u793ai&lt;j\r\n\t\t\t\t\tif(!map[j][s[i][k]]){\r\n\t\t\t\t\t\tmap[j][s[i][k]]=1;\r\n\t\t\t\t\t\tin[s[i][k]]++;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n\r\nint main(){\r\n\tinit();\r\n\tre();\r\n\tprintf(\"%d\",ans);\r\n}<\/code><\/pre>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u770b\u5230\\(DAG\\)\uff0c\u7acb\u523b\u53ef\u4ee5\u8003\u8651\u4e0a\u4e00\u4e2a\u62d3\u6251\u6392\u5e8f\u3002 \u5c06\u504f\u5e8f\u5173\u7cfb\u8f6c\u5316\u4e3a\u90bb\u63a5\u77e9\u9635\u5373\u53ef\u3002 #include&lt;io &hellip; <\/p>\n<p class=\"link-more\"><a href=\"http:\/\/SmokeyDays.top\/wordpress\/2018\/11\/05\/lp1983-noip2013-%e8%bd%a6%e7%ab%99%e5%88%86%e7%ba%a7\/\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb<span class=\"screen-reader-text\">\u201clp1983 NOIP2013 \u8f66\u7ad9\u5206\u7ea7\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":[10,30,33,8,6,5],"tags":[],"_links":{"self":[{"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/posts\/339"}],"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=339"}],"version-history":[{"count":1,"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/posts\/339\/revisions"}],"predecessor-version":[{"id":340,"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/posts\/339\/revisions\/340"}],"wp:attachment":[{"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/media?parent=339"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/categories?post=339"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/tags?post=339"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}