{"id":248,"date":"2024-06-26T22:37:16","date_gmt":"2024-06-26T14:37:16","guid":{"rendered":"http:\/\/www.heartwarming.online:8003\/?p=248"},"modified":"2024-06-26T22:38:03","modified_gmt":"2024-06-26T14:38:03","slug":"%e6%95%b4%e6%95%b0%e9%ab%98%e7%b2%be%e5%ba%a6%e4%b9%98%e6%b3%95","status":"publish","type":"post","link":"https:\/\/blog.heartwarming.online\/index.php\/2024\/06\/26\/%e6%95%b4%e6%95%b0%e9%ab%98%e7%b2%be%e5%ba%a6%e4%b9%98%e6%b3%95\/","title":{"rendered":"\u6574\u6570\u9ad8\u7cbe\u5ea6\u4e58\u6cd5"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u57fa\u672c\u601d\u60f3\uff1a<\/h2>\n\n\n\n<p>\u540c\u52a0\u51cf\u6cd5\u4e00\u6837\uff0c\u7528\u5bb9\u5668\u5b58\u597d\u5927\u6570A\uff0c\u4e58\u6570\u7528int \u5373\u53efb,<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><div class='fancybox-wrapper lazyload-container-unload' data-fancybox='post-images' href='https:\/\/blog.heartwarming.online\/wp-content\/uploads\/2024\/06\/image-10-1024x772.png'><img class=\"lazyload lazyload-style-1\" src=\"data:image\/svg+xml;base64,PCEtLUFyZ29uTG9hZGluZy0tPgo8c3ZnIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmZmZmMDAiPjxnPjwvZz4KPC9zdmc+\"  loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"772\" data-original=\"https:\/\/blog.heartwarming.online\/wp-content\/uploads\/2024\/06\/image-10-1024x772.png\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB\/AAffA0nNPuCLAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-249\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u5b9e\u73b0\u8fc7\u7a0b\uff1a<\/h2>\n\n\n\n<p>1\u3001\u7528\u5bb9\u5668\u628a\u5927\u6570\u5b58\u50a8\u8d77\u6765\uff0c\u642d\u5efa\u8f93\u5165\u8f93\u51fa\u6846\u67b6\u3002<\/p>\n\n\n\n<p>2\u3001\u5b9e\u73b0mul\u51fd\u6570\uff08\u96be\u70b9\uff09\u3002<\/p>\n\n\n\n<p>3\u3001\u8f93\u51fa\u7ed3\u679c\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;<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=mul(A,b);<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;<br>return 0;<\/code><\/pre>\n\n\n\n<p>2\u3001mul\u51fd\u6570\u7684\u5b9e\u73b0<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>vector &lt;int&gt; mul(vector&lt;int&gt;&amp;A,int b)<br>{<br> &nbsp; &nbsp;vector&lt;int&gt;C;<br> &nbsp; &nbsp;for(int i=0,t=0;i&lt;A.size()||t;i++)<br> &nbsp;  {<br> &nbsp; &nbsp; &nbsp; &nbsp;if(i&lt;A.size())<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;t=t+A&#91;i]*b;<br> &nbsp; &nbsp; &nbsp; &nbsp;C.push_back(t%10);<br> &nbsp; &nbsp; &nbsp; &nbsp;t=t\/10;<br> &nbsp;  }<br> &nbsp; &nbsp;while(C.size()&gt;1&amp;&amp;C.back()==0)<br> &nbsp; &nbsp; &nbsp; &nbsp;C.pop_back();<br> &nbsp; &nbsp;return C;<br>\u200b<br>}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u57fa\u672c\u601d\u60f3\uff1a \u540c\u52a0\u51cf\u6cd5\u4e00\u6837\uff0c\u7528\u5bb9\u5668\u5b58\u597d\u5927\u6570A\uff0c\u4e58\u6570\u7528int \u5373\u53efb, \u5b9e\u73b0\u8fc7\u7a0b\uff1a 1\u3001\u7528\u5bb9\u5668\u628a\u5927\u6570\u5b58\u50a8\u8d77\u6765\uff0c\u642d\u5efa [&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":[],"class_list":["post-248","post","type-post","status-publish","format-standard","hentry","category-blog","category-32"],"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/blog.heartwarming.online\/index.php\/wp-json\/wp\/v2\/posts\/248","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=248"}],"version-history":[{"count":1,"href":"https:\/\/blog.heartwarming.online\/index.php\/wp-json\/wp\/v2\/posts\/248\/revisions"}],"predecessor-version":[{"id":250,"href":"https:\/\/blog.heartwarming.online\/index.php\/wp-json\/wp\/v2\/posts\/248\/revisions\/250"}],"wp:attachment":[{"href":"https:\/\/blog.heartwarming.online\/index.php\/wp-json\/wp\/v2\/media?parent=248"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.heartwarming.online\/index.php\/wp-json\/wp\/v2\/categories?post=248"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.heartwarming.online\/index.php\/wp-json\/wp\/v2\/tags?post=248"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}