{"id":253,"date":"2024-06-27T22:43:15","date_gmt":"2024-06-27T14:43:15","guid":{"rendered":"http:\/\/www.heartwarming.online:8003\/?p=253"},"modified":"2024-06-27T22:43:18","modified_gmt":"2024-06-27T14:43:18","slug":"%e6%95%b4%e6%95%b0%e9%ab%98%e7%b2%be%e5%ba%a6%e5%8a%a0%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%e5%8a%a0%e6%b3%95\/","title":{"rendered":"\u6574\u6570\u9ad8\u7cbe\u5ea6\u52a0\u6cd5"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u57fa\u672c\u601d\u60f3\uff1a<\/h2>\n\n\n\n<p>\u628a\u591a\u4f4d\u6574\u6570\u7528\u4e00\u4e2a\u6570\u7ec4\u6216\u662f\u5bb9\u5668\u50a8\u5b58\u8d77\u6765\uff0c\u518d\u8fdb\u884c\u52a0\u6cd5\u8fd0\u7b97\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u5b9e\u73b0\u8fc7\u7a0b\uff1a<\/h2>\n\n\n\n<p>1\u3001\u7528\u4e24\u4e2a\u6570\u7ec4\u6216\u662f\u5bb9\u5668\u628a\u52a0\u6570\u4e0e\u88ab\u52a0\u6570\u5b58\u50a8\u8d77\u6765\uff0c\uff08\u8bb0\u4f4f\uff1a\u6700\u597d\u628a\u4e2a\u4f4d\u6570\u5b58\u50a8\u5728\u7b2c\u4e00\u4f4d\uff0c\u9ad8\u4f4d\u653e\u5728\u6700\u540e\u9762\uff0c\u8fd9\u6837\u65b9\u4fbf\u8fdb\u884c\u8fdb\u4f4d\uff09<\/p>\n\n\n\n<p>2\u3001\u5b9e\u73b0\u4e24\u6570\u7ec4\u6216\u662f\u5bb9\u5668\u5185\u7684\u52a0\u6cd5\u4ee5\u53ca\u8fdb\u4f4d\u64cd\u4f5c\u3002\uff08\u96be\u70b9\uff09<\/p>\n\n\n\n<p>3\u3001\u8f93\u51fa\u6700\u540e\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\u5bf9\u64cd\u4f5c\u6570\u636e\u4ee5\u53ca\u6700\u540e\u6570\u636e\u7684\u9884\u5904\u7406<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">string a,b;<br>cin&gt;&gt;a&gt;&gt;b;<br>vector&lt;int&gt; A,B;<br>for(int i=a.size()-1;i&gt;=0;i--)<br>{<br> &nbsp; &nbsp;A.push_back(a[i]-'0'); &nbsp; \/\/\u6613\u9519\u70b9\uff1a\u8bb0\u4f4f\u8981\u628a\u5b57\u7b26xii'n<br>}<br>for(int i=b.size()-1;i&gt;=0;i--)<br>{<br> &nbsp; &nbsp;B.push_back(b[i]-'0');<br>}<br>auto C=add(A,B); \/\/auto \u662f\u7cfb\u7edf\u81ea\u52a8\u6839\u636e\u51fd\u6570\u8fd4\u56de\u503c\u7b49\u5224\u65ad\u6570\u636e\u7c7b\u578b<br>for(int i=C.size()-1;i&gt;=0;i--)<br> &nbsp; &nbsp;cout&lt;&lt;C[i];<br>return 0;<\/pre>\n\n\n\n<p>2\u3001\u5b9e\u73b0add\u51fd\u6570<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">vector &lt;int&gt; add(vector&lt;int&gt;&amp;A,vector&lt;int&gt;&amp;B)<br>{<br> &nbsp; &nbsp;if(A.size()&lt;B.size())<br> &nbsp; &nbsp;return add(B,A);<br> &nbsp; &nbsp;vector&lt;int&gt;C;<br> &nbsp; &nbsp;int t=0;<br> &nbsp; &nbsp;for(int i=0;i&lt;A.size();i++)<br> &nbsp;  {<br> &nbsp; &nbsp; &nbsp; &nbsp; t=t+A[i];<br> &nbsp; &nbsp; &nbsp; &nbsp; if(i&lt;B.size())<br> &nbsp; &nbsp; &nbsp; &nbsp; t=t+B[i];<br> &nbsp; &nbsp; &nbsp; &nbsp; C.push_back(t%10);<br> &nbsp; &nbsp; &nbsp; &nbsp; t=t\/10<br> &nbsp;  }<br> &nbsp; &nbsp;if(t)<br> &nbsp; &nbsp;C.push_back(t);<br> &nbsp; &nbsp;return C;<br>}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u57fa\u672c\u601d\u60f3\uff1a \u628a\u591a\u4f4d\u6574\u6570\u7528\u4e00\u4e2a\u6570\u7ec4\u6216\u662f\u5bb9\u5668\u50a8\u5b58\u8d77\u6765\uff0c\u518d\u8fdb\u884c\u52a0\u6cd5\u8fd0\u7b97\u3002 \u5b9e\u73b0\u8fc7\u7a0b\uff1a 1\u3001\u7528\u4e24\u4e2a\u6570\u7ec4\u6216\u662f\u5bb9\u5668\u628a\u52a0\u6570\u4e0e [&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-253","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\/253","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=253"}],"version-history":[{"count":1,"href":"https:\/\/blog.heartwarming.online\/index.php\/wp-json\/wp\/v2\/posts\/253\/revisions"}],"predecessor-version":[{"id":254,"href":"https:\/\/blog.heartwarming.online\/index.php\/wp-json\/wp\/v2\/posts\/253\/revisions\/254"}],"wp:attachment":[{"href":"https:\/\/blog.heartwarming.online\/index.php\/wp-json\/wp\/v2\/media?parent=253"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.heartwarming.online\/index.php\/wp-json\/wp\/v2\/categories?post=253"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.heartwarming.online\/index.php\/wp-json\/wp\/v2\/tags?post=253"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}