{"id":413,"date":"2023-09-11T00:17:18","date_gmt":"2023-09-10T16:17:18","guid":{"rendered":"https:\/\/9iwd.top\/?p=413"},"modified":"2023-09-11T00:17:19","modified_gmt":"2023-09-10T16:17:19","slug":"11-3-%e5%bc%95%e7%94%a8-%e5%bc%95%e7%94%a8%e5%81%9a%e5%87%bd%e6%95%b0%e7%9a%84%e5%8f%82%e6%95%b0","status":"publish","type":"post","link":"http:\/\/9iwd.top\/?p=413","title":{"rendered":"11.3 \u5f15\u7528-\u5f15\u7528\u505a\u51fd\u6570\u7684\u53c2\u6570"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>#include &lt;iostream>\t \/\/ \u8f93\u51fa\u6d41\u5e93\r\nusing namespace std; \/\/ \u4f7f\u7528\u6807\u51c6\u547d\u540d\u7a7a\u95f4\r\n\r\n\/\/ \u8bfe\u7a0b\uff1a03 \u5f15\u7528 - \u5f15\u7528\u505a\u51fd\u6570\u7684\u53c2\u6570\r\n\r\n\/\/ 1\u3001\u503c\u4f20\u9012\r\nvoid mySwap01(int a, int b)\r\n{\r\n\tint temp = a;\r\n\ta = b;\r\n\tb = temp;\r\n}\r\n\r\n\/\/ 2\u3001\u6307\u9488\u4f20\u9012\r\nvoid mySwap02(int *a, int *b)\r\n{\r\n\tint temp = *a;\r\n\t*a = *b;\r\n\t*b = temp;\r\n}\r\n\r\n\/\/ 3\u3001\u5f15\u7528\u4f20\u9012\r\nvoid mySwap03(int &amp;a, int &amp;b)\r\n{\r\n\tint temp = a;\r\n\ta = b;\r\n\tb = temp;\r\n}\r\n\r\n\/\/ \u7a0b\u5e8f\u5165\u53e3\u51fd\u6570\r\nint main()\r\n{\r\n\t\/\/ system(\"chcp 65001\");\t\t   \/\/ \u4e34\u65f6\u8bbe\u7f6eUTF-8\u7f16\u7801\r\n\t\/\/ cout &lt;&lt; \"Hello World\" &lt;&lt; endl; \/\/ \u6253\u5370\u7b2c\u4e00\u6761\u6d88\u606f\r\n\r\n\t\/\/ \u521b\u5efa\u521d\u59cb\u53d8\u91cf\r\n\tint a = 10;\r\n\tint b = 20;\r\n\r\n\t\/\/ mySwap01(a, b);\/\/ \u503c\u4f20\u9012\uff0c\u5f62\u53c2\u4e0d\u4f1a\u4fee\u9970\u5b9e\u53c2\r\n\t\/\/ mySwap02(&amp;a, &amp;b); \/\/ \u5730\u5740\u4f20\u9012\uff0c\u5f62\u53c2\u4f1a\u4fee\u9970\u5b9e\u53c2\u7684\u6570\u636e\r\n\tmySwap03(a, b); \/\/ \u5f15\u7528\u4f20\u9012\uff0c\u5f62\u53c2\u4f1a\u4fee\u9970\u5b9e\u53c2\u7684\u6570\u636e\r\n\r\n\tcout &lt;&lt; \"a = \" &lt;&lt; a &lt;&lt; endl;\r\n\tcout &lt;&lt; \"b = \" &lt;&lt; b &lt;&lt; endl;\r\n\r\n\tsystem(\"pause\"); \/\/ \u63a7\u5236\u53f0\u6682\u505c\uff0c\u7b49\u5f85\u4e0b\u4e00\u6b65\u64cd\u4f5c\r\n\treturn 0;\t\t \/\/ \u7ed3\u675f\u8fd4\u56de\u503c\uff1a0\r\n}\r\n\/*\r\n\u4f5c\u7528\uff1a\u51fd\u6570\u4f20\u53c2\u65f6\uff0c\u53ef\u4ee5\u5229\u7528\u5f15\u7528\u7684\u6280\u672f\u8ba9\u5f62\u53c2\u4fee\u9970\u5b9e\u53c2\r\n\u4f18\u70b9\uff1a\u53ef\u4ee5\u7b80\u5316\u6307\u9488\u4fee\u6539\u5b9e\u53c2\r\n*\/<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13],"tags":[],"_links":{"self":[{"href":"http:\/\/9iwd.top\/index.php?rest_route=\/wp\/v2\/posts\/413"}],"collection":[{"href":"http:\/\/9iwd.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/9iwd.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/9iwd.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/9iwd.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=413"}],"version-history":[{"count":1,"href":"http:\/\/9iwd.top\/index.php?rest_route=\/wp\/v2\/posts\/413\/revisions"}],"predecessor-version":[{"id":414,"href":"http:\/\/9iwd.top\/index.php?rest_route=\/wp\/v2\/posts\/413\/revisions\/414"}],"wp:attachment":[{"href":"http:\/\/9iwd.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=413"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/9iwd.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=413"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/9iwd.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=413"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}