{"id":212,"date":"2012-10-26T16:22:00","date_gmt":"2012-10-26T08:22:00","guid":{"rendered":"http:\/\/nike0good.jp1.rpvhost.net\/117"},"modified":"2012-10-26T16:22:00","modified_gmt":"2012-10-26T08:22:00","slug":"wayfinding_the_flood_bfs-first_after_the_flood","status":"publish","type":"post","link":"https:\/\/nike0good.com\/?p=212","title":{"rendered":"\u6c34\u707e \uff08BFS-\u5148\u6d2a\u6c34\u540e\u5bfb\u8def)"},"content":{"rendered":"<\/p>\n<p><span style=\"color:blue\">\u6c34\u707e\uff08sliker<\/span>\uff09<\/p>\n<p>\u5927\u96e8\u5e94\u7ecf\u4e0b\u4e86\u51e0\u5929\u96e8\uff0c\u5374\u8fd8\u662f\u6ca1\u6709\u505c\u7684\u6837\u5b50\u3002ksy\u521a\u4ece\u5916\u5730\u56de\u6765\uff0c\u77e5\u9053\u4e0d\u4e45\u9664\u4e86\u81ea\u5df1\u5bb6\uff0c\u5176\u4ed6\u7684\u5730\u65b9\u90fd\u5c06\u4f1a\u88ab\u6d2a\u6c34\u6df9\u6ca1\u3002<\/p>\n<p>ksy\u7684\u8001\u5bb6\u53ef\u4ee5\u7528\u4e00\u4e2aN*M\u7684\u5730\u56fe\u8868\u793a\uff0c\u5730\u56fe\u4e0a\u6709\u4e94\u79cd\u7b26\u53f7\uff1a\u201c. * X D S\u201d\u3002\u5176\u4e2d\u201cX\u201d\u8868\u793a\u77f3\u5934\uff0c\u6c34\u548c\u4eba\u90fd\u4e0d\u80fd\u4ece\u4e0a\u9762\u7ecf\u8fc7\u3002\u201c.\u201d\u8868\u793a\u5e73\u539f\uff0cksy\u548c\u6d2a\u6c34\u90fd\u53ef\u4ee5\u7ecf\u8fc7\u3002\u201c*\u201d\u8868\u793a\u6d2a\u6c34\u5f00\u59cb\u5730\u65b9\uff08\u53ef\u80fd\u6709\u591a\u4e2a\u5730\u65b9\u5f00\u59cb\u53d1\u751f\u6d2a\u6c34\uff09\u3002\u201cD\u201d\u8868\u793aksy\u7684\u5bb6\u3002\u201cS\u201d\u8868\u793aksy\u73b0\u5728\u7684\u4f4d\u7f6e\u3002<\/p>\n<p>ksy\u6bcf\u5206\u949f\u53ef\u4ee5\u5411\u76f8\u90bb\u4f4d\u7f6e\u79fb\u52a8\uff0c\u800c\u6d2a\u6c34\u5c06\u4f1a\u5728ksy\u79fb\u52a8\u4e4b\u540e\u628a\u76f8\u90bb\u7684\u6ca1\u6709\u7684\u571f\u5730\u6df9\u6ca1\uff08\u4ece\u5df2\u6df9\u6ca1\u7684\u571f\u5730\uff09\u3002<\/p>\n<p>\u6c42ksy\u56de\u7b54\u5bb6\u6700\u5c11\u65f6\u95f4\u3002\u5982\u4ed6\u56de\u4e0d\u4e86\u5bb6\uff0c\u88ab\u6df9\u6b7b\u8f93\u51faKAKTUS\u3002<\/p>\n<p>Input<\/p>\n<p>3 3<\/p>\n<p>D.*<\/p>\n<p>...<\/p>\n<p>.S.<\/p>\n<p>Output<\/p>\n<p>3<\/p>\n<p>Input<\/p>\n<p>3 3<\/p>\n<p>D.*<br \/>\n...<\/p>\n<p>..S<\/p>\n<p>Output<\/p>\n<p>KAKTUS<\/p>\n<p>Input<\/p>\n<p>3 6<\/p>\n<p>D...*.<\/p>\n<p>.X.X..<\/p>\n<p>....S.<\/p>\n<p>Output<\/p>\n<p>6<\/p>\n<p><\/p>\n<p>\n<\/p>\n<p>\u56e0\u4e3a\u7b2ci\u79d2\u8d70\u540e\uff0c\u6240\u5230\u8fbe\u7684\u70b9\u4e0d\u80fd\u6709Flood<\/p>\n<p>\u6240\u4ee5\u5fc5\u987b\u5728\u4e4b\u524dFlood\uff0c\u7136\u540e\u518d\u5f80\u4e0b\u627e<\/p>\n<p>\u663e\u7136\u67ef\u9ed1\u518d\u540c\u4e00\u4e2a\u5730\u65b9\u505c\u7559\u4e0d\u4f18<\/p>\n<p>\u6545\u53ea\u8981\u5b58\u50a8\u5230\u8fbe\u4e00\u4e2a\u70b9\u7684\u6700\u77ed\u65f6\u95f4<\/p>\n<p>\n<\/p>\n<p>\u6ce8\u610fC&#43;&#43;\u4e2d\u6784\u9020\u51fd\u6570\u7684\u5199\u6cd5<\/p>\n<p>\n<\/p>\n<p><pre name=\"code\" class=\"cpp\">#include&lt;cstdio&gt;\n#include&lt;cstring&gt;\n#include&lt;cstdlib&gt;\n#include&lt;iostream&gt;\n#include&lt;cmath&gt;\n#include&lt;functional&gt;\n#include&lt;algorithm&gt;\n#include&lt;queue&gt;\nusing namespace std;\n#define MAXN (50+10)\n\nstruct node\n{\n\tint x,y,t;\n\tnode():x(0),y(0),t(0){}\n\tnode(int _x,int _y,int _t):x(_x),y(_y),t(_t){\/*cout&lt;&lt;x&lt;&lt;' '&lt;&lt;y&lt;&lt;' '&lt;&lt;t&lt;&lt;endl;*\/}\n}start,end;\n\/*\nnode made_node(int i,int j,int t)\n{\n\tnode now;\n\tnow.x=i;\n\tnow.y=j;\n\tnow.t=t;\n\treturn now;\n}\n*\/\n\nint n,m;\nbool map[MAXN][MAXN],b[MAXN][MAXN];\nchar s[MAXN];\nqueue&lt;node&gt; flood,q;\nbool inside(int x,int y)\n{\n\tif (x&gt;=1&amp;&amp;x&lt;=n&amp;&amp;y&gt;=1&amp;&amp;y&lt;=m) return true;\n\treturn false;\n}\nbool bfs()\n{\n\tint l=-1;\n\twhile (!q.empty())\n\t{\n\t\tnode now=q.front();\n\/\/\t\tcout&lt;&lt;now.x&lt;&lt;' '&lt;&lt;now.y&lt;&lt;endl;\n\t\tq.pop();\n\t\tif (now.t&gt;l)\n\t\t{\n\t\t\tint size=flood.size();\n\t\t\twhile (size)\n\t\t\t{\n\t\t\t\tnode nowf=flood.front();\n\t\t\t\tflood.pop();\n\t\t\t\tint x=nowf.x,y=nowf.y;\n\t\t\t\tif (x&gt;1&amp;&amp;b[x-1][y])\n\t\t\t\t{\n\t\t\t\t\tflood.push(node(x-1,y,now.t));\n\t\t\t\t\tmap[x-1][y]=b[x-1][y]=0;\n\t\t\t\t}\n\t\t\t\tif (x&lt;n&amp;&amp;b[x+1][y])\n\t\t\t\t{\n\t\t\t\t\tflood.push(node(x+1,y,now.t));\n\t\t\t\t\tmap[x+1][y]=b[x+1][y]=0;\n\t\t\t\t}\n\t\t\t\tif (y&gt;1&amp;&amp;b[x][y-1])\n\t\t\t\t{\n\t\t\t\t\tflood.push(node(x,y-1,now.t));\n\t\t\t\t\tmap[x][y-1]=b[x][y-1]=0;\n\t\t\t\t}\n\t\t\t\tif (y&lt;m&amp;&amp;b[x][y+1])\n\t\t\t\t{\n\t\t\t\t\tflood.push(node(x,y+1,now.t));\n\t\t\t\t\tmap[x][y+1]=b[x][y+1]=0;\n\t\t\t\t}\n\n\t\t\t\tsize--;\n\t\t\t}\n\t\t\tl++;\n\t\t}\n\t\tint x=now.x,y=now.y;\n\/\/\t\tif (!map[x][y]) continue;\n\t\tif (x&gt;1&amp;&amp;map[x-1][y])\n\t\t{\n\t\t\tif (x-1==end.x&amp;&amp;y==end.y){end.t=now.t+1; return true;}\n\t\t\tq.push(node(x-1,y,now.t+1));\n\t\t\tmap[x-1][y]=0;\n\t\t}\n\t\tif (x&lt;n&amp;&amp;map[x+1][y])\n\t\t{\n\t\t\tif (x+1==end.x&amp;&amp;y==end.y){end.t=now.t+1; return true;}\n\t\t \tq.push(node(x+1,y,now.t+1));\n\t\t\tmap[x+1][y]=0;\n\t\t}\n\t\tif (y&gt;1&amp;&amp;map[x][y-1])\n\t\t{\n\t\t\tif (x==end.x&amp;&amp;y-1==end.y){end.t=now.t+1; return true;}\n\t\t\tq.push(node(x,y-1,now.t+1));\n\t\t\tmap[x][y-1]=0;\n\t\t}\n\t\tif (y&lt;m&amp;&amp;map[x][y+1])\n\t\t{\n\t\t\tif (x==end.x&amp;&amp;y+1==end.y){end.t=now.t+1; return true;}\n\t\t\tq.push(node(x,y+1,now.t+1));\n\t\t\tmap[x][y+1]=0;\n\t\t}\n\n\n\n\n\n\t}\n\treturn false;\n}\n\nint main()\n{\n\tfreopen(&quot;sliker.in&quot;,&quot;r&quot;,stdin);\n\tfreopen(&quot;sliker.out&quot;,&quot;w&quot;,stdout);\n\tscanf(&quot;%d%d&quot;,&amp;n,&amp;m);\n\tmemset(map,1,sizeof(map));\n\tmemset(b,1,sizeof(b));\n\n\tfor (int i=1;i&lt;=n;i++)\n\t{\n\t\tscanf(&quot;%s&quot;,s);\n\t\tfor (int j=0;j&lt;m;j++)\n\t\t{\n\t\t\tif (s[j]=='S')\n\t\t\t{\n\t\t\t\tstart=node(i,j+1,0);\n\t\t\t\tq.push(start);\n\t\t\t}\n\t\t\tif (s[j]=='D')\n\t\t\t{\n\t\t\t\tend=node(i,j+1,0);\n\t\t\t\tb[i][j+1]=0;\n\t\t\t}\n\t\t\tif (s[j]=='X')\n\t\t\t{\n\t\t\t\tmap[i][j+1]=0;\n\t\t\t\tb[i][j+1]=0;\n\t\t\t}\n\t\t\tif (s[j]=='*')\n\t\t\t{\n\t\t\t\tmap[i][j+1]=0;\n\t\t\t\tb[i][j+1]=0;\n\t\t\t\tflood.push(node(i,j+1,0));\n\t\t\t}\n\n\t\t}\n\t}\n\/*\tfor (int i=1;i&lt;=n;i++)\n\t\tfor (int j=1;j&lt;=m;j++)\n\t\t\tif (map[i][j]) cout&lt;&lt;&quot;map &quot;&lt;&lt;i&lt;&lt;' '&lt;&lt;j&lt;&lt;endl;\n\tcout&lt;&lt;&quot;end&quot;&lt;&lt;end.x&lt;&lt;' '&lt;&lt;end.y;\n*\/\n\n\tif (bfs()) printf(&quot;%dn&quot;,end.t);\n\telse printf(&quot;KAKTUSn&quot;);\n\n\n\/\/\twhile (1);\n\treturn 0;\n}\n<\/pre><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6c34\u707e\uff08sliker\uff09 \u5927\u96e8\u5e94\u7ecf\u4e0b\u4e86\u51e0\u5929\u96e8\uff0c\u5374\u8fd8\u662f\u6ca1\u6709\u505c\u7684\u6837\u5b50\u3002ksy\u521a\u4ece\u5916\u5730\u56de\u6765\uff0c\u77e5\u9053\u4e0d\u4e45\u9664\u4e86\u81ea\u5df1\u5bb6\uff0c\u5176\u4ed6\u7684\u5730 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","footnotes":""},"categories":[3],"tags":[80],"class_list":["post-212","post","type-post","status-publish","format-standard","hentry","category-defaultcategory","tag-search"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u6c34\u707e \uff08BFS-\u5148\u6d2a\u6c34\u540e\u5bfb\u8def) - nike0good<\/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:\/\/nike0good.com\/?p=212\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u6c34\u707e \uff08BFS-\u5148\u6d2a\u6c34\u540e\u5bfb\u8def) - nike0good\" \/>\n<meta property=\"og:description\" content=\"\u6c34\u707e\uff08sliker\uff09 \u5927\u96e8\u5e94\u7ecf\u4e0b\u4e86\u51e0\u5929\u96e8\uff0c\u5374\u8fd8\u662f\u6ca1\u6709\u505c\u7684\u6837\u5b50\u3002ksy\u521a\u4ece\u5916\u5730\u56de\u6765\uff0c\u77e5\u9053\u4e0d\u4e45\u9664\u4e86\u81ea\u5df1\u5bb6\uff0c\u5176\u4ed6\u7684\u5730 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nike0good.com\/?p=212\" \/>\n<meta property=\"og:site_name\" content=\"nike0good\" \/>\n<meta property=\"article:published_time\" content=\"2012-10-26T08:22:00+00:00\" \/>\n<meta name=\"author\" content=\"nike0good\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"nike0good\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/nike0good.com\\\/?p=212#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nike0good.com\\\/?p=212\"},\"author\":{\"name\":\"nike0good\",\"@id\":\"https:\\\/\\\/nike0good.com\\\/#\\\/schema\\\/person\\\/4defa38da89de87e400861e73396baad\"},\"headline\":\"\u6c34\u707e \uff08BFS-\u5148\u6d2a\u6c34\u540e\u5bfb\u8def)\",\"datePublished\":\"2012-10-26T08:22:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/nike0good.com\\\/?p=212\"},\"wordCount\":38,\"commentCount\":0,\"keywords\":[\"\u641c\u7d22\"],\"articleSection\":[\"DefaultCategory\"],\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/nike0good.com\\\/?p=212#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nike0good.com\\\/?p=212\",\"url\":\"https:\\\/\\\/nike0good.com\\\/?p=212\",\"name\":\"\u6c34\u707e \uff08BFS-\u5148\u6d2a\u6c34\u540e\u5bfb\u8def) - nike0good\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nike0good.com\\\/#website\"},\"datePublished\":\"2012-10-26T08:22:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/nike0good.com\\\/#\\\/schema\\\/person\\\/4defa38da89de87e400861e73396baad\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nike0good.com\\\/?p=212#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nike0good.com\\\/?p=212\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/nike0good.com\\\/?p=212#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/nike0good.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u6c34\u707e \uff08BFS-\u5148\u6d2a\u6c34\u540e\u5bfb\u8def)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/nike0good.com\\\/#website\",\"url\":\"https:\\\/\\\/nike0good.com\\\/\",\"name\":\"nike0good\",\"description\":\"\u6709\u6240\u4f5c\u4e3a\u662f\u4eba\u751f\u7684\u6700\u9ad8\u5883\u754c\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/nike0good.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/nike0good.com\\\/#\\\/schema\\\/person\\\/4defa38da89de87e400861e73396baad\",\"name\":\"nike0good\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8e5fa08d5c367a1a6fb5ff13bb10ed5a331f981513256951290ae42322da6854?s=96&d=identicon&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8e5fa08d5c367a1a6fb5ff13bb10ed5a331f981513256951290ae42322da6854?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8e5fa08d5c367a1a6fb5ff13bb10ed5a331f981513256951290ae42322da6854?s=96&d=identicon&r=g\",\"caption\":\"nike0good\"},\"sameAs\":[\"https:\\\/\\\/nike0good.com\"],\"url\":\"https:\\\/\\\/nike0good.com\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u6c34\u707e \uff08BFS-\u5148\u6d2a\u6c34\u540e\u5bfb\u8def) - nike0good","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:\/\/nike0good.com\/?p=212","og_locale":"zh_CN","og_type":"article","og_title":"\u6c34\u707e \uff08BFS-\u5148\u6d2a\u6c34\u540e\u5bfb\u8def) - nike0good","og_description":"\u6c34\u707e\uff08sliker\uff09 \u5927\u96e8\u5e94\u7ecf\u4e0b\u4e86\u51e0\u5929\u96e8\uff0c\u5374\u8fd8\u662f\u6ca1\u6709\u505c\u7684\u6837\u5b50\u3002ksy\u521a\u4ece\u5916\u5730\u56de\u6765\uff0c\u77e5\u9053\u4e0d\u4e45\u9664\u4e86\u81ea\u5df1\u5bb6\uff0c\u5176\u4ed6\u7684\u5730 [&hellip;]","og_url":"https:\/\/nike0good.com\/?p=212","og_site_name":"nike0good","article_published_time":"2012-10-26T08:22:00+00:00","author":"nike0good","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"nike0good","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"3 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nike0good.com\/?p=212#article","isPartOf":{"@id":"https:\/\/nike0good.com\/?p=212"},"author":{"name":"nike0good","@id":"https:\/\/nike0good.com\/#\/schema\/person\/4defa38da89de87e400861e73396baad"},"headline":"\u6c34\u707e \uff08BFS-\u5148\u6d2a\u6c34\u540e\u5bfb\u8def)","datePublished":"2012-10-26T08:22:00+00:00","mainEntityOfPage":{"@id":"https:\/\/nike0good.com\/?p=212"},"wordCount":38,"commentCount":0,"keywords":["\u641c\u7d22"],"articleSection":["DefaultCategory"],"inLanguage":"zh-Hans","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nike0good.com\/?p=212#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nike0good.com\/?p=212","url":"https:\/\/nike0good.com\/?p=212","name":"\u6c34\u707e \uff08BFS-\u5148\u6d2a\u6c34\u540e\u5bfb\u8def) - nike0good","isPartOf":{"@id":"https:\/\/nike0good.com\/#website"},"datePublished":"2012-10-26T08:22:00+00:00","author":{"@id":"https:\/\/nike0good.com\/#\/schema\/person\/4defa38da89de87e400861e73396baad"},"breadcrumb":{"@id":"https:\/\/nike0good.com\/?p=212#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nike0good.com\/?p=212"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nike0good.com\/?p=212#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nike0good.com\/"},{"@type":"ListItem","position":2,"name":"\u6c34\u707e \uff08BFS-\u5148\u6d2a\u6c34\u540e\u5bfb\u8def)"}]},{"@type":"WebSite","@id":"https:\/\/nike0good.com\/#website","url":"https:\/\/nike0good.com\/","name":"nike0good","description":"\u6709\u6240\u4f5c\u4e3a\u662f\u4eba\u751f\u7684\u6700\u9ad8\u5883\u754c","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nike0good.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":"Person","@id":"https:\/\/nike0good.com\/#\/schema\/person\/4defa38da89de87e400861e73396baad","name":"nike0good","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/secure.gravatar.com\/avatar\/8e5fa08d5c367a1a6fb5ff13bb10ed5a331f981513256951290ae42322da6854?s=96&d=identicon&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/8e5fa08d5c367a1a6fb5ff13bb10ed5a331f981513256951290ae42322da6854?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8e5fa08d5c367a1a6fb5ff13bb10ed5a331f981513256951290ae42322da6854?s=96&d=identicon&r=g","caption":"nike0good"},"sameAs":["https:\/\/nike0good.com"],"url":"https:\/\/nike0good.com\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/nike0good.com\/index.php?rest_route=\/wp\/v2\/posts\/212","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nike0good.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nike0good.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nike0good.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nike0good.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=212"}],"version-history":[{"count":0,"href":"https:\/\/nike0good.com\/index.php?rest_route=\/wp\/v2\/posts\/212\/revisions"}],"wp:attachment":[{"href":"https:\/\/nike0good.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=212"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nike0good.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=212"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nike0good.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=212"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}