{"id":361,"date":"2013-03-23T19:11:00","date_gmt":"2013-03-23T11:11:00","guid":{"rendered":"http:\/\/nike0good.jp1.rpvhost.net\/265"},"modified":"2013-03-23T19:11:00","modified_gmt":"2013-03-23T11:11:00","slug":"cf_287a_iq_test-enumeration_three_characters_equal_matrix","status":"publish","type":"post","link":"https:\/\/nike0good.com\/?p=361","title":{"rendered":"CF 287A(IQ Test-\u679a\u4e3e3\u4e2a\u5b57\u7b26\u76f8\u7b49\u7684\u77e9\u9635)"},"content":{"rendered":"<div style=\"margin:0px; padding:0px; font-family:verdana,arial,sans-serif; position:relative\">\n<div id=\"content\" class=\"content-with-sidebar\" style=\"margin:1em; padding:1em 0px 0px; min-height:20em\">\n<div class=\"ttypography\" style=\"margin:0px; padding:0px; font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; line-height:21px; color:rgb(34,34,34); word-wrap:break-word\">\n<div class=\"problem-statement\" style=\"margin:0.5em; padding:0px; line-height:1.5em\">\n<div class=\"header\" style=\"font-size:14px; margin:0px 0px 1em; padding:0px; text-align:center\">\n<div class=\"title\" style=\"margin:0px 0px 0.5em; padding:0px; font-size:21px\">A. IQ Test<\/div>\n<div class=\"time-limit\" style=\"margin:0px auto; padding:0px\">\n<div class=\"property-title\" style=\"margin:0px; padding:0px 4px 0px 0px; display:inline\">\ntime limit per test<\/div>\n<p>2 seconds<\/p><\/div>\n<div class=\"memory-limit\" style=\"margin:0px auto; padding:0px\">\n<div class=\"property-title\" style=\"margin:0px; padding:0px 4px 0px 0px; display:inline\">\nmemory limit per test<\/div>\n<p>256 megabytes<\/p><\/div>\n<div class=\"input-file\" style=\"margin:0px auto; padding:0px\">\n<div class=\"property-title\" style=\"margin:0px; padding:0px 4px 0px 0px; display:inline\">\ninput<\/div>\n<p>standard input<\/p><\/div>\n<div class=\"output-file\" style=\"margin:0px auto; padding:0px\">\n<div class=\"property-title\" style=\"margin:0px; padding:0px 4px 0px 0px; display:inline\">\noutput<\/div>\n<p>standard output<\/p><\/div>\n<\/div>\n<div style=\"font-size:14px; margin:0px; padding:0px\">\n<p style=\"margin-top:1.5em; margin-bottom:0px; padding-top:0px; padding-bottom:0px; font-size:1em; line-height:1.4em\">\nIn the city of Ultima Thule job applicants are often offered an IQ test.<\/p>\n<p style=\"margin-top:1.5em; margin-bottom:0px; padding-top:0px; padding-bottom:0px; font-size:1em; line-height:1.4em\">\nThe test is as follows: the person gets a piece of squared paper with a&nbsp;<span class=\"tex-span\" style=\"font-size:18px; font-family:'times new roman',sans-serif\">4\u2009\u00d7\u20094<\/span>&nbsp;square painted on it. Some of the square's cells are painted black and others are painted<br \/>\n white. Your task is to repaint&nbsp;<span class=\"tex-font-style-bf\" style=\"font-weight:bold\">at most one<\/span>&nbsp;cell the other color so that the picture has a&nbsp;<span class=\"tex-span\" style=\"font-size:18px; font-family:'times new roman',sans-serif\">2\u2009\u00d7\u20092<\/span>&nbsp;square,<br \/>\n completely consisting of cells of the same color. If the initial picture already has such a square, the person should just say so and the test will be completed.<\/p>\n<p style=\"margin-top:1.5em; margin-bottom:0px; padding-top:0px; padding-bottom:0px; font-size:1em; line-height:1.4em\">\nYour task is to write a program that determines whether it is possible to pass the test. You cannot pass the test if either repainting any cell or no action doesn't result in a&nbsp;<span class=\"tex-span\" style=\"font-size:18px; font-family:'times new roman',sans-serif\">2\u2009\u00d7\u20092<\/span>&nbsp;square,<br \/>\n consisting of cells of the same color.<\/p>\n<\/div>\n<div class=\"input-specification\" style=\"font-size:14px; margin:0px; padding:0px\">\n<div class=\"section-title\" style=\"margin:0px; padding:0px; font-size:16px; font-weight:bold\">\nInput<\/div>\n<p style=\"margin-top:1.5em; margin-bottom:0px; padding-top:0px; padding-bottom:0px; font-size:1em; line-height:1.4em\">\nFour lines contain four characters each: the&nbsp;<span class=\"tex-span\" style=\"font-size:18px; font-family:'times new roman',sans-serif\"><em>j<\/em><\/span>-th character of the&nbsp;<span class=\"tex-span\" style=\"font-size:18px; font-family:'times new roman',sans-serif\"><em>i<\/em><\/span>-th<br \/>\n line equals &quot;<span class=\"tex-font-style-tt\" style=\"font-size:15px; font-family:'courier new',monospace\">.<\/span>&quot; if the cell in the&nbsp;<span class=\"tex-span\" style=\"font-size:18px; font-family:'times new roman',sans-serif\"><em>i<\/em><\/span>-th row and the&nbsp;<span class=\"tex-span\" style=\"font-size:18px; font-family:'times new roman',sans-serif\"><em>j<\/em><\/span>-th<br \/>\n column of the square is painted white, and &quot;<span class=\"tex-font-style-tt\" style=\"font-size:15px; font-family:'courier new',monospace\">#<\/span>&quot;, if the cell is black.<\/p>\n<\/div>\n<div class=\"output-specification\" style=\"font-size:14px; margin:0px 0px 1em; padding:0px\">\n<div class=\"section-title\" style=\"margin:0px; padding:0px; font-size:16px; font-weight:bold\">\nOutput<\/div>\n<p style=\"margin-top:1.5em; margin-bottom:0px; padding-top:0px; padding-bottom:0px; font-size:1em; line-height:1.4em\">\nPrint &quot;<span class=\"tex-font-style-tt\" style=\"font-size:15px; font-family:'courier new',monospace\">YES<\/span>&quot; (without the quotes), if the test can be passed and &quot;<span class=\"tex-font-style-tt\" style=\"font-size:15px; font-family:'courier new',monospace\">NO<\/span>&quot;<br \/>\n (without the quotes) otherwise.<\/p>\n<\/div>\n<div class=\"sample-tests\" style=\"font-size:0.9em; margin:0px; padding:0px; font-family:Consolas,'Lucida Console','Andale Mono','Bitstream Vera Sans Mono','Courier New',Courier\">\n<div class=\"section-title\" style=\"margin:0px; padding:0px; font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; font-size:14px; font-weight:bold\">\nSample test(s)<\/div>\n<div class=\"sample-test\" style=\"margin:0px; padding:0px\">\n<div class=\"input\" style=\"margin:0px; padding:0px; border:1px solid rgb(136,136,136)\">\n<div class=\"title\" style=\"margin:0px; padding:0.25em; font-size:1.3em; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:rgb(136,136,136); text-transform:lowercase; font-weight:bold\">\ninput<\/div>\n<pre style=\"margin-top:0px; margin-bottom:0px; padding:0.25em; font-family:Consolas,'Lucida Console','Andale Mono','Bitstream Vera Sans Mono','Courier New',Courier; line-height:1.25em; white-space:pre-wrap; word-wrap:break-word; color:rgb(136,0,0); background-color:rgb(239,239,239)\">####\n.#..\n####\n....\n<\/pre>\n<\/div>\n<div class=\"output\" style=\"margin:0px 0px 1em; padding:0px; border:1px solid rgb(136,136,136); position:relative; top:-1px\">\n<div class=\"title\" style=\"margin:0px; padding:0.25em; font-size:1.3em; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:rgb(136,136,136); text-transform:lowercase; font-weight:bold\">\noutput<\/div>\n<pre style=\"margin-top:0px; margin-bottom:0px; padding:0.25em; font-family:Consolas,'Lucida Console','Andale Mono','Bitstream Vera Sans Mono','Courier New',Courier; line-height:1.25em; white-space:pre-wrap; word-wrap:break-word; color:rgb(136,0,0); background-color:rgb(239,239,239)\">YES\n<\/pre>\n<\/div>\n<div class=\"input\" style=\"margin:0px; padding:0px; border:1px solid rgb(136,136,136)\">\n<div class=\"title\" style=\"margin:0px; padding:0.25em; font-size:1.3em; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:rgb(136,136,136); text-transform:lowercase; font-weight:bold\">\ninput<\/div>\n<pre style=\"margin-top:0px; margin-bottom:0px; padding:0.25em; font-family:Consolas,'Lucida Console','Andale Mono','Bitstream Vera Sans Mono','Courier New',Courier; line-height:1.25em; white-space:pre-wrap; word-wrap:break-word; color:rgb(136,0,0); background-color:rgb(239,239,239)\">####\n....\n####\n....\n<\/pre>\n<\/div>\n<div class=\"output\" style=\"margin:0px 0px 1em; padding:0px; border:1px solid rgb(136,136,136); position:relative; top:-1px\">\n<div class=\"title\" style=\"margin:0px; padding:0.25em; font-size:1.3em; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:rgb(136,136,136); text-transform:lowercase; font-weight:bold\">\noutput<\/div>\n<pre style=\"margin-top:0px; margin-bottom:0px; padding:0.25em; font-family:Consolas,'Lucida Console','Andale Mono','Bitstream Vera Sans Mono','Courier New',Courier; line-height:1.25em; white-space:pre-wrap; word-wrap:break-word; color:rgb(136,0,0); background-color:rgb(239,239,239)\">NO\n<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"note\" style=\"margin:0px; padding:0px\">\n<div class=\"section-title\" style=\"font-size:16px; margin:0px; padding:0px; font-weight:bold\">\nNote<\/div>\n<p style=\"font-size:1em; margin-top:1.5em; margin-bottom:0px; padding-top:0px; padding-bottom:0px; line-height:1.4em\">\nIn the first test sample it is enough to repaint the first cell in the second row. After such repainting the required&nbsp;<span class=\"tex-span\" style=\"font-size:18px; font-family:'times new roman',sans-serif\">2\u2009\u00d7\u20092<\/span>&nbsp;square is on the intersection of the&nbsp;<span class=\"tex-span\" style=\"font-size:18px; font-family:'times new roman',sans-serif\">1<\/span>-st<br \/>\n and&nbsp;<span class=\"tex-span\" style=\"font-size:18px; font-family:'times new roman',sans-serif\">2<\/span>-nd row with the&nbsp;<span class=\"tex-span\" style=\"font-size:18px; font-family:'times new roman',sans-serif\">1<\/span>-st and&nbsp;<span class=\"tex-span\" style=\"font-size:18px; font-family:'times new roman',sans-serif\">2<\/span>-nd<br \/>\n column.<\/p>\n<div style=\"font-size:14px\">\n<\/div>\n<div style=\"font-size:14px\">\n<\/div>\n<div><span style=\"font-size:14px\">\u679a\u4e3e\u770b\u662f\u5426\u6709\u4e00\u4e2a\u77e9\u5f62\u67093\u4e2a\u5b57\u7b26\u76f8\u7b49<\/span><\/div>\n<div><span style=\"font-size:14px\">\u4e00\u5f00\u59cb\u5c45\u7136\u628a4\u4e2a\u5224\u65ad\u6253\u9519\u4e86\uff1f\u300a\u4e0a\u5348\u4e5f\u662f\u2026\u2026<\/span><\/div>\n<div><span style=\"font-size:14px\"><\/span><\/p>\n<pre name=\"code\" class=\"cpp\">#include&lt;cstdio&gt;\n#include&lt;cstring&gt;\n#include&lt;cstdlib&gt;\n#include&lt;cctype&gt;\nusing namespace std;\n#define MAXLen (4+10)\nchar a[MAXLen][MAXLen];\nbool flag=0;\nint main()\n{\n\tfor (int i=1;i&lt;=4;i++) scanf(&quot;%s&quot;,a[i]+1);\n\tfor (int i=1;i&lt;4;i++)\n\t\tfor (int j=1;j&lt;4;j++)\n\t\t{\n\t\t\tif (a[i][j]==a[i][j+1]&amp;&amp;a[i][j]==a[i+1][j]) flag=1;\n\t\t\tif (a[i][j]==a[i][j+1]&amp;&amp;a[i][j]==a[i+1][j+1]) flag=1;\n\t\t\tif (a[i][j]==a[i+1][j]&amp;&amp;a[i][j]==a[i+1][j+1]) flag=1;\n\t\t\tif (a[i+1][j]==a[i][j+1]&amp;&amp;a[i+1][j]==a[i+1][j+1]) flag=1;\n\n\t\t}\n\tif (flag) printf(&quot;YESn&quot;);\n\telse printf(&quot;NOn&quot;);\n\treturn 0;\n}<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>A. IQ Test time limit per test 2 seconds memory limit p [&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":[90,104],"class_list":["post-361","post","type-post","status-publish","format-standard","hentry","category-defaultcategory","tag-enumerate","tag-matrix"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CF 287A(IQ Test-\u679a\u4e3e3\u4e2a\u5b57\u7b26\u76f8\u7b49\u7684\u77e9\u9635) - 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=361\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CF 287A(IQ Test-\u679a\u4e3e3\u4e2a\u5b57\u7b26\u76f8\u7b49\u7684\u77e9\u9635) - nike0good\" \/>\n<meta property=\"og:description\" content=\"A. IQ Test time limit per test 2 seconds memory limit p [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nike0good.com\/?p=361\" \/>\n<meta property=\"og:site_name\" content=\"nike0good\" \/>\n<meta property=\"article:published_time\" content=\"2013-03-23T11:11: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=\"2 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/nike0good.com\\\/?p=361#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nike0good.com\\\/?p=361\"},\"author\":{\"name\":\"nike0good\",\"@id\":\"https:\\\/\\\/nike0good.com\\\/#\\\/schema\\\/person\\\/4defa38da89de87e400861e73396baad\"},\"headline\":\"CF 287A(IQ Test-\u679a\u4e3e3\u4e2a\u5b57\u7b26\u76f8\u7b49\u7684\u77e9\u9635)\",\"datePublished\":\"2013-03-23T11:11:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/nike0good.com\\\/?p=361\"},\"wordCount\":294,\"commentCount\":0,\"keywords\":[\"\u679a\u4e3e\",\"\u77e9\u9635\"],\"articleSection\":[\"DefaultCategory\"],\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/nike0good.com\\\/?p=361#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nike0good.com\\\/?p=361\",\"url\":\"https:\\\/\\\/nike0good.com\\\/?p=361\",\"name\":\"CF 287A(IQ Test-\u679a\u4e3e3\u4e2a\u5b57\u7b26\u76f8\u7b49\u7684\u77e9\u9635) - nike0good\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nike0good.com\\\/#website\"},\"datePublished\":\"2013-03-23T11:11:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/nike0good.com\\\/#\\\/schema\\\/person\\\/4defa38da89de87e400861e73396baad\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nike0good.com\\\/?p=361#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nike0good.com\\\/?p=361\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/nike0good.com\\\/?p=361#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/nike0good.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CF 287A(IQ Test-\u679a\u4e3e3\u4e2a\u5b57\u7b26\u76f8\u7b49\u7684\u77e9\u9635)\"}]},{\"@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":"CF 287A(IQ Test-\u679a\u4e3e3\u4e2a\u5b57\u7b26\u76f8\u7b49\u7684\u77e9\u9635) - 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=361","og_locale":"zh_CN","og_type":"article","og_title":"CF 287A(IQ Test-\u679a\u4e3e3\u4e2a\u5b57\u7b26\u76f8\u7b49\u7684\u77e9\u9635) - nike0good","og_description":"A. IQ Test time limit per test 2 seconds memory limit p [&hellip;]","og_url":"https:\/\/nike0good.com\/?p=361","og_site_name":"nike0good","article_published_time":"2013-03-23T11:11:00+00:00","author":"nike0good","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"nike0good","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"2 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nike0good.com\/?p=361#article","isPartOf":{"@id":"https:\/\/nike0good.com\/?p=361"},"author":{"name":"nike0good","@id":"https:\/\/nike0good.com\/#\/schema\/person\/4defa38da89de87e400861e73396baad"},"headline":"CF 287A(IQ Test-\u679a\u4e3e3\u4e2a\u5b57\u7b26\u76f8\u7b49\u7684\u77e9\u9635)","datePublished":"2013-03-23T11:11:00+00:00","mainEntityOfPage":{"@id":"https:\/\/nike0good.com\/?p=361"},"wordCount":294,"commentCount":0,"keywords":["\u679a\u4e3e","\u77e9\u9635"],"articleSection":["DefaultCategory"],"inLanguage":"zh-Hans","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nike0good.com\/?p=361#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nike0good.com\/?p=361","url":"https:\/\/nike0good.com\/?p=361","name":"CF 287A(IQ Test-\u679a\u4e3e3\u4e2a\u5b57\u7b26\u76f8\u7b49\u7684\u77e9\u9635) - nike0good","isPartOf":{"@id":"https:\/\/nike0good.com\/#website"},"datePublished":"2013-03-23T11:11:00+00:00","author":{"@id":"https:\/\/nike0good.com\/#\/schema\/person\/4defa38da89de87e400861e73396baad"},"breadcrumb":{"@id":"https:\/\/nike0good.com\/?p=361#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nike0good.com\/?p=361"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nike0good.com\/?p=361#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nike0good.com\/"},{"@type":"ListItem","position":2,"name":"CF 287A(IQ Test-\u679a\u4e3e3\u4e2a\u5b57\u7b26\u76f8\u7b49\u7684\u77e9\u9635)"}]},{"@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\/361","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=361"}],"version-history":[{"count":0,"href":"https:\/\/nike0good.com\/index.php?rest_route=\/wp\/v2\/posts\/361\/revisions"}],"wp:attachment":[{"href":"https:\/\/nike0good.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=361"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nike0good.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=361"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nike0good.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=361"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}