{"id":251,"date":"2024-06-27T22:40:40","date_gmt":"2024-06-27T14:40:40","guid":{"rendered":"http:\/\/www.heartwarming.online:8003\/?p=251"},"modified":"2024-06-27T22:40:43","modified_gmt":"2024-06-27T14:40:43","slug":"%e6%95%b4%e6%95%b0%e9%ab%98%e7%b2%be%e5%ba%a6%e9%99%a4%e6%b3%95","status":"publish","type":"post","link":"https:\/\/blog.heartwarming.online\/index.php\/2024\/06\/27\/%e6%95%b4%e6%95%b0%e9%ab%98%e7%b2%be%e5%ba%a6%e9%99%a4%e6%b3%95\/","title":{"rendered":"\u6574\u6570\u9ad8\u7cbe\u5ea6\u9664\u6cd5"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u57fa\u672c\u601d\u8def\uff1a<\/h2>\n\n\n\n<p>\u540c\u52a0\u51cf\u6cd5\u4e00\u773c\uff0c\u5bb9\u5668\u5b58\u50a8\u597d\u5927\u6570\uff0c\u5546b,\u601d\u8def\u57fa\u672c\u4e00\u81f4\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u5b9e\u73b0\u8fc7\u7a0b\uff1a<\/h2>\n\n\n\n<p>1\u3001 \u642d\u5efa\u6846\u67b6\uff0c\u540c\u4e58\u6cd5\u4e00\u6837\u3002<\/p>\n\n\n\n<p>2\u3001\u5b9e\u73b0div\u51fd\u6570\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u4ee3\u7801\u5b9e\u73b0\uff1a<\/h2>\n\n\n\n<p>1\u3001\u642d\u5efa\u6846\u67b6<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>string a;<br>int b,r;<br>cin&gt;&gt;a&gt;&gt;b;<br>vector&lt;int&gt;A;<br>for(int i=a.size()-1;i&gt;=0;i--)<br> &nbsp; &nbsp;A.push_back(a&#91;i]-'0');<br>auto C=div(A,b,r);<br>for(int i=C.size()-1;i&gt;=0;i--)<br> &nbsp; &nbsp;cout&lt;&lt;C&#91;i];<br>cout&lt;&lt;endl&lt;&lt;r&lt;&lt;endl;<br>return 0;<\/code><\/pre>\n\n\n\n<p>2\u3001\u6784\u9020div\u51fd\u6570<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>vector&lt;int&gt; div(vector&lt;int&gt; &amp;A,int b,int &amp;r){<br> &nbsp; &nbsp; &nbsp;vector&lt;int&gt;C;<br> &nbsp; &nbsp; &nbsp;r=0;<br> &nbsp; &nbsp; &nbsp;for(int i=A.size()-1;i&gt;=0;i--)<br> &nbsp; &nbsp;  {<br> &nbsp; &nbsp; &nbsp; &nbsp; r=r*10+A&#91;i];<br> &nbsp; &nbsp; &nbsp; &nbsp; C.push_back(r\/b);<br> &nbsp; &nbsp; &nbsp; &nbsp; r=r%b;<br> &nbsp; &nbsp;  }<br> &nbsp; &nbsp; &nbsp;reverse(C);<br> &nbsp; &nbsp; &nbsp;while(C.size()&gt;1&amp;&amp;C.back()==0)<br> &nbsp; &nbsp; &nbsp;C.pop_back();<br> &nbsp; &nbsp; &nbsp;<br>}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u57fa\u672c\u601d\u8def\uff1a \u540c\u52a0\u51cf\u6cd5\u4e00\u773c\uff0c\u5bb9\u5668\u5b58\u50a8\u597d\u5927\u6570\uff0c\u5546b,\u601d\u8def\u57fa\u672c\u4e00\u81f4\u3002 \u5b9e\u73b0\u8fc7\u7a0b\uff1a 1\u3001 \u642d\u5efa\u6846\u67b6\uff0c\u540c\u4e58\u6cd5\u4e00\u6837\u3002 2\u3001 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4,32],"tags":[30],"class_list":["post-251","post","type-post","status-publish","format-standard","hentry","category-blog","category-32","tag-30"],"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/blog.heartwarming.online\/index.php\/wp-json\/wp\/v2\/posts\/251","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.heartwarming.online\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.heartwarming.online\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.heartwarming.online\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.heartwarming.online\/index.php\/wp-json\/wp\/v2\/comments?post=251"}],"version-history":[{"count":1,"href":"https:\/\/blog.heartwarming.online\/index.php\/wp-json\/wp\/v2\/posts\/251\/revisions"}],"predecessor-version":[{"id":252,"href":"https:\/\/blog.heartwarming.online\/index.php\/wp-json\/wp\/v2\/posts\/251\/revisions\/252"}],"wp:attachment":[{"href":"https:\/\/blog.heartwarming.online\/index.php\/wp-json\/wp\/v2\/media?parent=251"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.heartwarming.online\/index.php\/wp-json\/wp\/v2\/categories?post=251"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.heartwarming.online\/index.php\/wp-json\/wp\/v2\/tags?post=251"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}