{"id":225,"date":"2022-09-07T15:29:39","date_gmt":"2022-09-07T07:29:39","guid":{"rendered":"https:\/\/courtship.top\/?p=225"},"modified":"2022-09-07T15:29:39","modified_gmt":"2022-09-07T07:29:39","slug":"%e6%8f%92%e5%85%a5%e6%8e%92%e5%ba%8f","status":"publish","type":"post","link":"https:\/\/courtship.top\/index.php\/2022\/09\/07\/%e6%8f%92%e5%85%a5%e6%8e%92%e5%ba%8f\/","title":{"rendered":"\u63d2\u5165\u6392\u5e8f"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>#include &lt;bits\/stdc++.h&gt;\nusing namespace std;\n\n\/\/\u63d2\u5165\u6392\u5e8f\n\/\/\u9996\u5148\u4ece\u6570\u7ec4\u76842\u53f7\u4f4d\uff081\uff09\u5f00\u59cb\u904d\u5386\uff0c\u518d\u4ece\u540c\u53f7\u4f4d\u5411\u524d\u904d\u5386\n\/\/\u5224\u65ad\u5982\u679c\u524d\u9762\u4e00\u4e2a\u6bd4\u5f53\u524d\u4f4d\u7f6e\u5927 \u5c31\u4ea4\u6362\u4ed6\u4eec\n\nvector&lt;int&gt; nums = {1, 2, 3, 5, 6, 3, 2, 4, 6, 8};\n\nvoid print(vector&lt;int&gt; num)\n{\n    for (vector&lt;int&gt;::iterator it = num.begin(); it != num.end(); it++)\n    {\n        cout &lt;&lt; *it &lt;&lt; \" \";\n    }\n}\n\nvoid insert_sort(vector&lt;int&gt; num)\n{\n    for (int i = 1; i &lt; num.size(); i++)\n    {\n        for (int j = i; j &gt; 0 &amp;&amp; num&#91;j - 1] &gt; num&#91;j]; j--)\n        {\n            int temp = num&#91;j];\n            num&#91;j] = num&#91;j - 1];\n            num&#91;j - 1] = temp;\n        }\n    }\n    print(num);\n}\n\nint main()\n{\n    insert_sort(nums);\n    return 0;\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"emotion":"","emotion_color":"","title_style":"","license":"","footnotes":""},"categories":[16],"tags":[],"class_list":["post-225","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/posts\/225","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/comments?post=225"}],"version-history":[{"count":0,"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/posts\/225\/revisions"}],"wp:attachment":[{"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/media?parent=225"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/categories?post=225"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/tags?post=225"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}