{"id":148,"date":"2020-11-19T04:43:00","date_gmt":"2020-11-19T04:43:00","guid":{"rendered":"https:\/\/imwarming.com\/?p=148"},"modified":"2020-11-19T04:43:00","modified_gmt":"2020-11-19T04:43:00","slug":"bfs%e4%b8%8edfs%e5%9f%ba%e7%a1%80","status":"publish","type":"post","link":"https:\/\/imwarming.com\/?p=148","title":{"rendered":"bfs\u4e0edfs\u57fa\u7840"},"content":{"rendered":"<p>bfs\u50cf\u4e8c\u53c9\u6811\u7684\u5c42\u5e8f\u904d\u5386<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cdn.luogu.com.cn\/upload\/image_hosting\/f4n4tlhi.png\" alt=\"\" \/><\/p>\n<p>\u50cf\u8fd9\u4e2a\u56fe\u8d70bfs\u5c31{1\uff0c 2\uff0c 3\uff0c 4\uff0c 5\uff0c 6\uff0c 7\uff0c 8}\u8fd9\u6837\u8d70\uff1b<\/p>\n<p>dfs\u5c31{1\uff0c 2\uff0c 5\uff0c 6\uff0c 3\uff0c 7\uff0c 8\uff0c 4}\u3002<\/p>\n<p>bfs\u4e0equeue\u76f8\u7ed3\u5408\uff0c\u8d70\u5230\u54ea\u5c31\u628a\u54ea\u52a0\u8fdbqueue\uff0c\u51fa\u65f6\u628a\u6700\u5148\u8fdb\u7684\u90a3\u4e2a\u70b9\u5f39\u51fa\uff0c\u540c\u65f6\u628a\u5f39\u51fa\u8fd9\u4e2a\u70b9\u6709\u5173\u8fde\u7684\u70b9\u52a0\u5165queue\u3002<\/p>\n<p>\u4f8b\uff1a<a href=\"https:\/\/www.luogu.com.cn\/problem\/p5318\">luogup5318<\/a>&nbsp;dfs\u4e0ebfs\u8fd0\u7528<\/p>\n<div class=\"cnblogs_code\">\n<pre>#include&lt;bits\/stdc++.h&gt;\n<span style=\"color: #0000ff;\">using<\/span> <span style=\"color: #0000ff;\">namespace<\/span><span style=\"color: #000000;\"> std;\ntypedef <\/span><span style=\"color: #0000ff;\">long<\/span> <span style=\"color: #0000ff;\">long<\/span><span style=\"color: #000000;\"> ll;\n<\/span><span style=\"color: #0000ff;\">const<\/span> <span style=\"color: #0000ff;\">int<\/span> maxn = 1e5 + <span style=\"color: #800080;\">5<\/span><span style=\"color: #000000;\">;\nll n, m, k, q, p;\n<\/span><span style=\"color: #0000ff;\">string<\/span><span style=\"color: #000000;\"> s, r;\nvector<\/span>&lt;<span style=\"color: #0000ff;\">int<\/span>&gt;a[maxn];<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u5b58\u8be5\u70b9\u53ef\u4ee5\u8d70\u5411\u54ea\u4e9b\u70b9\uff0cvector\u7b2c\u4e8c\u7ef4\u53ef\u4ee5\u4e00\u76f4\u5b58\u70b9<\/span>\n<span style=\"color: #0000ff;\">int<\/span> b[maxn];<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u7528\u6765\u5224\u65ad\u8be5\u70b9\u6709\u6728\u6709\u7ecf\u8fc7<\/span>\n\n<span style=\"color: #0000ff;\">void<\/span> dfs(<span style=\"color: #0000ff;\">int<\/span><span style=\"color: #000000;\"> x){\n    <\/span><span style=\"color: #0000ff;\">if<\/span>(x &gt;= <span style=\"color: #800080;\">1<\/span> &amp;&amp; x &lt;= n){<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u7ecf\u8fc7\u5c31\u8f93\u51fa\u548c\u6807\u8bb0<\/span>\n        b[x] = <span style=\"color: #800080;\">1<\/span><span style=\"color: #000000;\">;\n        cout<\/span>&lt;&lt;x&lt;&lt;<span style=\"color: #800000;\">'<\/span> <span style=\"color: #800000;\">'<\/span><span style=\"color: #000000;\">;\n    }\n    <\/span><span style=\"color: #0000ff;\">for<\/span>(<span style=\"color: #0000ff;\">int<\/span> i = <span style=\"color: #800080;\">0<\/span>; i &lt; a[x].size(); i++<span style=\"color: #000000;\">){\n        <\/span><span style=\"color: #0000ff;\">if<\/span>(!b[a[x][i]])<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u628a\u6ca1\u7ecf\u8fc7\u7684\u70b9dfs\u904d\u5386\u4e00\u904d<\/span>\n<span style=\"color: #000000;\">            dfs(a[x][i]);\n    }\n    <\/span><span style=\"color: #0000ff;\">return<\/span><span style=\"color: #000000;\">;\n}\n\n<\/span><span style=\"color: #0000ff;\">void<\/span><span style=\"color: #000000;\"> bfs(){\n    queue<\/span>&lt;<span style=\"color: #0000ff;\">int<\/span>&gt;q;<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u961f\u5217\u5b58\u70b9<\/span>\n    q.push(<span style=\"color: #800080;\">1<\/span>);<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u70b91\u5148\u8fdb<\/span>\n    <span style=\"color: #0000ff;\">while<\/span>(!q.empty()){<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u5224\u65ad\u7a7a\u5426<\/span>\n        <span style=\"color: #0000ff;\">int<\/span> p =<span style=\"color: #000000;\"> q.front();\n        <\/span><span style=\"color: #0000ff;\">if<\/span>(b[p] == <span style=\"color: #800080;\">0<\/span>){<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u961f\u9996\u672a\u7ecf\u5386\u5c31\u8f93\u51fa<\/span>\n            b[p] = <span style=\"color: #800080;\">1<\/span>;<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u6807\u8bb0<\/span>\n            cout&lt;&lt;p&lt;&lt;<span style=\"color: #800000;\">'<\/span> <span style=\"color: #800000;\">'<\/span><span style=\"color: #000000;\">;\n        }\n        <\/span><span style=\"color: #0000ff;\">else<\/span>{<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u7ecf\u5386\u8fc7\u76f4\u63a5\u5f39\u51fa\u5230\u4e0b\u4e00\u6b21\u5faa\u73af<\/span>\n<span style=\"color: #000000;\">            q.pop();\n            <\/span><span style=\"color: #0000ff;\">continue<\/span><span style=\"color: #000000;\">;\n        }\n        <\/span><span style=\"color: #0000ff;\">for<\/span>(<span style=\"color: #0000ff;\">int<\/span> i = <span style=\"color: #800080;\">0<\/span>; i &lt; a[p].size(); i++<span style=\"color: #000000;\">){\n            <\/span><span style=\"color: #0000ff;\">if<\/span>(!b[a[p][i]])<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u628a\u70b9p\u53ef\u4ee5\u8d70\u5411\u7684\u70b9\u52a0\u5165queue<\/span>\n<span style=\"color: #000000;\">                q.push(a[p][i]);\n        }\n        q.pop();<\/span><span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u4e0d\u8981\u4e86\u5f39\u51fa<\/span>\n<span style=\"color: #000000;\">    }\n}\n\n<\/span><span style=\"color: #0000ff;\">int<\/span><span style=\"color: #000000;\"> main(){\n    <\/span><span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">ios_base::sync_with_stdio(0);\n    <\/span><span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">cin.tie(); cout.tie();<\/span>\n    cin&gt;&gt;n&gt;&gt;<span style=\"color: #000000;\">m;\n    <\/span><span style=\"color: #0000ff;\">for<\/span>(<span style=\"color: #0000ff;\">int<\/span> i = <span style=\"color: #800080;\">1<\/span>; i &lt;= m; i++<span style=\"color: #000000;\">){\n        cin<\/span>&gt;&gt;p&gt;&gt;<span style=\"color: #000000;\">q;\n        a[p].push_back(q);<\/span><span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u70b9p\u53ef\u4ee5\u8d70\u5411q<\/span>\n<span style=\"color: #000000;\">    }\n    <\/span><span style=\"color: #0000ff;\">for<\/span>(<span style=\"color: #0000ff;\">int<\/span> i = <span style=\"color: #800080;\">1<\/span>; i &lt;= n; i++<span style=\"color: #000000;\">){\n        sort(a[i].begin(), a[i].end());<\/span><span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u4f9d\u9898\u610f\u4ece\u5c0f\u5230\u5927\u6392\u5e8f\uff0c\u5982\u679c\u5927\u5230\u5c0f\u81ea\u5df1\u5199\u4e2acmp\u51fd\u6570<\/span>\n<span style=\"color: #000000;\">    }\n    dfs(<\/span><span style=\"color: #800080;\">1<\/span>);<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u4ece1\u5f00\u59cb<\/span>\n    memset(b, <span style=\"color: #800080;\">0<\/span>, <span style=\"color: #0000ff;\">sizeof<\/span>(b));<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">b\u6570\u7ec4\u5f52\u96f6\u7528\u4e8ebfs<\/span>\n    cout&lt;&lt;<span style=\"color: #000000;\">endl;\n    bfs();\n    <\/span><span style=\"color: #0000ff;\">return<\/span> <span style=\"color: #800080;\">0<\/span><span style=\"color: #000000;\">;\n}<\/span><\/pre>\n<\/div>\n<p>\u4f8b\uff1a<a href=\"https:\/\/www.luogu.com.cn\/problem\/p3916\">luogup3916<\/a>&nbsp;\u53cd\u5411\u5efa\u8fb9\u7684dfs<\/p>\n<div class=\"cnblogs_code\">\n<pre>#include&lt;bits\/stdc++.h&gt;\n<span style=\"color: #0000ff;\">using<\/span> <span style=\"color: #0000ff;\">namespace<\/span><span style=\"color: #000000;\"> std;\ntypedef <\/span><span style=\"color: #0000ff;\">long<\/span> <span style=\"color: #0000ff;\">long<\/span><span style=\"color: #000000;\"> ll;\n<\/span><span style=\"color: #0000ff;\">const<\/span> <span style=\"color: #0000ff;\">int<\/span> maxn = 1e5 + <span style=\"color: #800080;\">5<\/span><span style=\"color: #000000;\">;\nll n, m, k, q, p;\n<\/span><span style=\"color: #0000ff;\">string<\/span><span style=\"color: #000000;\"> s, r;\nvector<\/span>&lt;<span style=\"color: #0000ff;\">int<\/span>&gt;<span style=\"color: #000000;\">a[maxn];\n<\/span><span style=\"color: #0000ff;\">int<\/span> b[maxn], c[maxn];<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">b\u6807\u8bb0\uff0cc\u5b58\u5230\u8fbe\u6700\u5927\u503c<\/span>\n\n<span style=\"color: #0000ff;\">void<\/span> dfs(<span style=\"color: #0000ff;\">int<\/span><span style=\"color: #000000;\"> x){\n    <\/span><span style=\"color: #0000ff;\">for<\/span>(<span style=\"color: #0000ff;\">int<\/span> i = <span style=\"color: #800080;\">0<\/span>; i &lt; a[x].size(); i++){<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">a[x].size()\u662f\u53ef\u4ee5\u5230x\u70b9\u7684\u6570<\/span>\n        <span style=\"color: #0000ff;\">if<\/span>(b[a[x][i]] == <span style=\"color: #800080;\">0<\/span>){<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u770b\u770b\u662f\u5426\u6807\u8bb0<\/span>\n            b[a[x][i]] = <span style=\"color: #800080;\">1<\/span>;<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u73b0\u5728\u7ecf\u5386\u4e86\u8981\u6807\u8bb0<\/span>\n            c[a[x][i]] = c[x];<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">c[x]\u662fx\u80fd\u5230\u8fbe\u7684\u6700\u5927\u503c\uff0c\u800ca[x][i]\u80fd\u5230x\uff0c\u6240\u4ee5\u5b83\u5230\u6700\u5927\u503c\u4e5f\u662fx\u80fd\u5230\u6700\u5927\u503c<\/span>\n            dfs(a[x][i]);<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u7ee7\u7eed\u6df1\u641c\u53ef\u4ee5\u5230a[x][i]\u7684\u70b9<\/span>\n<span style=\"color: #000000;\">        }\n    }\n}\n\n<\/span><span style=\"color: #0000ff;\">int<\/span><span style=\"color: #000000;\"> main(){\n    <\/span><span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">ios_base::sync_with_stdio(0);\n    <\/span><span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">cin.tie(); cout.tie();<\/span>\n    cin&gt;&gt;n&gt;&gt;<span style=\"color: #000000;\">m;\n    <\/span><span style=\"color: #0000ff;\">for<\/span>(<span style=\"color: #0000ff;\">int<\/span> i = <span style=\"color: #800080;\">1<\/span>; i &lt;= m; i++<span style=\"color: #000000;\">){\n        cin<\/span>&gt;&gt;p&gt;&gt;<span style=\"color: #000000;\">q;\n        a[q].push_back(p);<\/span><span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u53cd\u5411\u5efa\u8fb9\uff0ca[q]\u91cc\u4e3a\u80fd\u5230\u8fbeq\u7684\u70b9<\/span>\n<span style=\"color: #000000;\">    }\n    <\/span><span style=\"color: #0000ff;\">for<\/span>(<span style=\"color: #0000ff;\">int<\/span> i = n; i &gt;= <span style=\"color: #800080;\">1<\/span>; i--){<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u56e0\u4e3a\u6c42\u5230\u8fbe\u6700\u5927\uff0c\u4ecen\u5012\u7740\u5faa\u73af\u5c31\u884c<\/span>\n        <span style=\"color: #0000ff;\">if<\/span>(b[i] == <span style=\"color: #800080;\">0<\/span>){<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u770b\u770b\u662f\u5426\u7ecf\u5386<\/span>\n            b[i] = <span style=\"color: #800080;\">1<\/span>;<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u73b0\u5728\u8981\u7ecf\u5386\u4e86\u6807\u8bb0<\/span>\n            c[i] = i;<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u81ea\u5df1\u5230\u81ea\u5df1\u6700\u5927<\/span>\n            dfs(i);<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u6df1\u5ea6\u641c\u80fd\u5230i\u70b9\u7684\u70b9\u628a\u4ed6\u4eec\u53ef\u4ee5\u5230\u8fbe\u6700\u5927\u503c\u8bbe\u4e3ai<\/span>\n<span style=\"color: #000000;\">        }\n    }\n    <\/span><span style=\"color: #0000ff;\">for<\/span>(<span style=\"color: #0000ff;\">int<\/span> i = <span style=\"color: #800080;\">1<\/span>; i &lt;= n; i++<span style=\"color: #000000;\">)\n        cout<\/span>&lt;&lt;c[i]&lt;&lt;<span style=\"color: #800000;\">'<\/span> <span style=\"color: #800000;\">'<\/span>;<span style=\"color: #008000;\">\/\/<\/span><span style=\"color: #008000;\">\u8f93\u51fa1\u5230n\u80fd\u5230\u7684\u6700\u5927\u70b9<\/span>\n    <span style=\"color: #0000ff;\">return<\/span> <span style=\"color: #800080;\">0<\/span><span style=\"color: #000000;\">;\n}<\/span><\/pre>\n<\/div>\n<p>\u5f85\u7eed&hellip;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>bfs\u50cf\u4e8c\u53c9\u6811\u7684\u5c42\u5e8f\u904d\u5386 \u50cf\u8fd9\u4e2a\u56fe\u8d70bfs\u5c31{1\uff0c 2\uff0c 3\uff0c 4\uff0c 5\uff0c 6\uff0c 7\uff0c 8}\u8fd9\u6837\u8d70\uff1b [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-148","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>bfs\u4e0edfs\u57fa\u7840 - imwarming<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/imwarming.com\/?p=148\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"bfs\u4e0edfs\u57fa\u7840 - imwarming\" \/>\n<meta property=\"og:description\" content=\"bfs\u50cf\u4e8c\u53c9\u6811\u7684\u5c42\u5e8f\u904d\u5386 \u50cf\u8fd9\u4e2a\u56fe\u8d70bfs\u5c31{1\uff0c 2\uff0c 3\uff0c 4\uff0c 5\uff0c 6\uff0c 7\uff0c 8}\u8fd9\u6837\u8d70\uff1b [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/imwarming.com\/?p=148\" \/>\n<meta property=\"og:site_name\" content=\"imwarming\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-19T04:43:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.luogu.com.cn\/upload\/image_hosting\/f4n4tlhi.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"warming\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/imwarming.com\/#website\",\"url\":\"https:\/\/imwarming.com\/\",\"name\":\"imwarming\",\"description\":\"\u6c38\u8fdc\u5e74\u8f7b\uff0c\u6c38\u8fdc\u70ed\u6cea\u76c8\u7736\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/imwarming.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/imwarming.com\/?p=148#primaryimage\",\"inLanguage\":\"zh-Hans\",\"url\":\"https:\/\/cdn.luogu.com.cn\/upload\/image_hosting\/f4n4tlhi.png\",\"contentUrl\":\"https:\/\/cdn.luogu.com.cn\/upload\/image_hosting\/f4n4tlhi.png\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/imwarming.com\/?p=148#webpage\",\"url\":\"https:\/\/imwarming.com\/?p=148\",\"name\":\"bfs\u4e0edfs\u57fa\u7840 - imwarming\",\"isPartOf\":{\"@id\":\"https:\/\/imwarming.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/imwarming.com\/?p=148#primaryimage\"},\"datePublished\":\"2020-11-19T04:43:00+00:00\",\"dateModified\":\"2020-11-19T04:43:00+00:00\",\"author\":{\"@id\":\"https:\/\/imwarming.com\/#\/schema\/person\/9d76869a558bac6dd0d6d58f420ee8ea\"},\"breadcrumb\":{\"@id\":\"https:\/\/imwarming.com\/?p=148#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/imwarming.com\/?p=148\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/imwarming.com\/?p=148#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/imwarming.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"bfs\u4e0edfs\u57fa\u7840\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/imwarming.com\/#\/schema\/person\/9d76869a558bac6dd0d6d58f420ee8ea\",\"name\":\"warming\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/imwarming.com\/#personlogo\",\"inLanguage\":\"zh-Hans\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c4a913eed88f7601b76bbf2b103472621195b6fa2f742af89b5ea185b60e7cff?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c4a913eed88f7601b76bbf2b103472621195b6fa2f742af89b5ea185b60e7cff?s=96&d=mm&r=g\",\"caption\":\"warming\"},\"sameAs\":[\"https:\/\/imwarming.com\"],\"url\":\"https:\/\/imwarming.com\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"bfs\u4e0edfs\u57fa\u7840 - imwarming","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/imwarming.com\/?p=148","og_locale":"zh_CN","og_type":"article","og_title":"bfs\u4e0edfs\u57fa\u7840 - imwarming","og_description":"bfs\u50cf\u4e8c\u53c9\u6811\u7684\u5c42\u5e8f\u904d\u5386 \u50cf\u8fd9\u4e2a\u56fe\u8d70bfs\u5c31{1\uff0c 2\uff0c 3\uff0c 4\uff0c 5\uff0c 6\uff0c 7\uff0c 8}\u8fd9\u6837\u8d70\uff1b [&hellip;]","og_url":"https:\/\/imwarming.com\/?p=148","og_site_name":"imwarming","article_published_time":"2020-11-19T04:43:00+00:00","og_image":[{"url":"https:\/\/cdn.luogu.com.cn\/upload\/image_hosting\/f4n4tlhi.png"}],"twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"warming","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"2 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/imwarming.com\/#website","url":"https:\/\/imwarming.com\/","name":"imwarming","description":"\u6c38\u8fdc\u5e74\u8f7b\uff0c\u6c38\u8fdc\u70ed\u6cea\u76c8\u7736","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/imwarming.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"zh-Hans"},{"@type":"ImageObject","@id":"https:\/\/imwarming.com\/?p=148#primaryimage","inLanguage":"zh-Hans","url":"https:\/\/cdn.luogu.com.cn\/upload\/image_hosting\/f4n4tlhi.png","contentUrl":"https:\/\/cdn.luogu.com.cn\/upload\/image_hosting\/f4n4tlhi.png"},{"@type":"WebPage","@id":"https:\/\/imwarming.com\/?p=148#webpage","url":"https:\/\/imwarming.com\/?p=148","name":"bfs\u4e0edfs\u57fa\u7840 - imwarming","isPartOf":{"@id":"https:\/\/imwarming.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/imwarming.com\/?p=148#primaryimage"},"datePublished":"2020-11-19T04:43:00+00:00","dateModified":"2020-11-19T04:43:00+00:00","author":{"@id":"https:\/\/imwarming.com\/#\/schema\/person\/9d76869a558bac6dd0d6d58f420ee8ea"},"breadcrumb":{"@id":"https:\/\/imwarming.com\/?p=148#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/imwarming.com\/?p=148"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/imwarming.com\/?p=148#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/imwarming.com\/"},{"@type":"ListItem","position":2,"name":"bfs\u4e0edfs\u57fa\u7840"}]},{"@type":"Person","@id":"https:\/\/imwarming.com\/#\/schema\/person\/9d76869a558bac6dd0d6d58f420ee8ea","name":"warming","image":{"@type":"ImageObject","@id":"https:\/\/imwarming.com\/#personlogo","inLanguage":"zh-Hans","url":"https:\/\/secure.gravatar.com\/avatar\/c4a913eed88f7601b76bbf2b103472621195b6fa2f742af89b5ea185b60e7cff?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c4a913eed88f7601b76bbf2b103472621195b6fa2f742af89b5ea185b60e7cff?s=96&d=mm&r=g","caption":"warming"},"sameAs":["https:\/\/imwarming.com"],"url":"https:\/\/imwarming.com\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/imwarming.com\/index.php?rest_route=\/wp\/v2\/posts\/148","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/imwarming.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/imwarming.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/imwarming.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/imwarming.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=148"}],"version-history":[{"count":0,"href":"https:\/\/imwarming.com\/index.php?rest_route=\/wp\/v2\/posts\/148\/revisions"}],"wp:attachment":[{"href":"https:\/\/imwarming.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=148"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/imwarming.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=148"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/imwarming.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=148"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}