{"id":712,"date":"2019-10-01T20:59:51","date_gmt":"2019-10-01T12:59:51","guid":{"rendered":"http:\/\/fankasy.xyz\/?p=712"},"modified":"2019-10-01T20:59:51","modified_gmt":"2019-10-01T12:59:51","slug":"noj1029-%e7%9f%ad%e8%af%ad%e6%90%9c%e7%b4%a2","status":"publish","type":"post","link":"http:\/\/fankasy.xyz\/index.php\/2019\/10\/01\/noj1029-%e7%9f%ad%e8%af%ad%e6%90%9c%e7%b4%a2\/","title":{"rendered":"NOJ1029 \u77ed\u8bed\u641c\u7d22"},"content":{"rendered":"\n<pre class=\"wp-block-preformatted\"> include&lt;iostream><br> include&lt;string><br> using namespace std;<br> int main()<br> {<br>     string model;<br>     string check;<br>     getline(cin, model);<br>     model.erase(model.size() - 2); \/\/\u53bb\u6389\u8f93\u5165\u91cc\u7684\u201c #\u201d<br>     while (getline(cin,check))<br>     {<br>         check.erase(check.size() - 2);  \/\/\u53bb\u6389\u5b50\u4e32\u91cc\u7684\u201d #\u201c<br>         int pos = model.rfind(check);<br>         if (pos == -1)<br>         {<br>             cout &lt;&lt; -1 &lt;&lt; endl;<br>             continue;<br>         }<br>         int word = 1;<br>         for (int i = pos; i != 0; i--)<br>             if (model[i] == ' ')<br>                 word++;<br>         cout &lt;&lt; word &lt;&lt; endl;<br>     }<br> }<\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>include&lt;iostream> include&lt;string> using namespace [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[17],"tags":[],"_links":{"self":[{"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/posts\/712"}],"collection":[{"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/comments?post=712"}],"version-history":[{"count":0,"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/posts\/712\/revisions"}],"wp:attachment":[{"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/media?parent=712"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/categories?post=712"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/tags?post=712"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}