{"id":58,"date":"2011-08-17T13:09:23","date_gmt":"2011-08-17T05:09:23","guid":{"rendered":"http:\/\/wangkaixuan.tech\/?p=58"},"modified":"2020-06-03T13:11:37","modified_gmt":"2020-06-03T05:11:37","slug":"zoj-3323-somali-pirates","status":"publish","type":"post","link":"http:\/\/www.wangkaixuan.tech\/?p=58","title":{"rendered":"zoj 3323 Somali Pirates"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>\/*\n\u5b57\u7b26\u4e32\u53bb\u6570\u5b57\u8f93\u51fa\n\u8fd8\u6709\u6bd4\u8fd9\u66f4\u6c34\u7684\u9898\u4e48\n*\/\n\n#include&lt;iostream>\n#include&lt;string>\nusing namespace std;\nbool isdigit(char ch)\n{if(ch>='0'&amp;&amp;ch&lt;='9') return true;else return false;}\nint main()\n{\n\tstring str;int ncase,len,i;\n\twhile(cin>>ncase)\n\t{\n\t\twhile(ncase--)\n\t\t{\n\t\t\tcin>>str;len=str.size();\n\t\t    for(i=0;i&lt;str.size();i++)\n\t\t\tif(!isdigit(str&#91;i]))\n\t\t\t\tcout&lt;&lt;str&#91;i];\n\t\t\tcout&lt;&lt;endl;\n\t\t}\n\t}\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-58","post","type-post","status-publish","format-standard","hentry","category-06-01-acm"],"_links":{"self":[{"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=\/wp\/v2\/posts\/58","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=58"}],"version-history":[{"count":0,"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=\/wp\/v2\/posts\/58\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=58"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=58"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=58"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}