{"id":302,"date":"2023-01-10T10:54:11","date_gmt":"2023-01-10T02:54:11","guid":{"rendered":"https:\/\/9iwd.top\/?p=302"},"modified":"2023-01-10T10:54:11","modified_gmt":"2023-01-10T02:54:11","slug":"03-4-c%e8%bf%90%e7%ae%97%e7%ac%a6%e8%b5%8b%e5%80%bc%e8%bf%90%e7%ae%97","status":"publish","type":"post","link":"http:\/\/9iwd.top\/?p=302","title":{"rendered":"03.4 C++\u8fd0\u7b97\u7b26\u8d4b\u503c\u8fd0\u7b97"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>#include &lt;iostream>\/\/ \u8f93\u51fa\u6d41\u5e93\r\nusing namespace std;\/\/\u4f7f\u7528\u6807\u51c6\u547d\u540d\u7a7a\u95f4\r\n\r\n\/\/\u8bfe\u7a0b\uff1a3.4 \u8fd0\u7b97\u7b26 \u8d4b\u503c\r\n\r\nint main()\r\n{\r\n\tint a = 10;\r\n\t\/\/ = \r\n\ta = 100;\r\n\tcout &lt;&lt; \"= \\ta =\" &lt;&lt; a &lt;&lt; endl;\r\n\r\n\t\/\/ +=\r\n\ta = 10;\r\n\ta += 2;\/\/a = a + 2;\r\n\tcout &lt;&lt; \"+= \\ta =\" &lt;&lt; a &lt;&lt; endl;\r\n\r\n\t\/\/ -=\r\n\ta = 10;\r\n\ta -= 2;\/\/a = a - 2;\r\n\tcout &lt;&lt; \"-= \\ta =\" &lt;&lt; a &lt;&lt; endl;\r\n\r\n\t\/\/ *=\r\n\ta = 10;\r\n\ta *= 2;\/\/a = a * 2;\r\n\tcout &lt;&lt; \"*= \\ta =\" &lt;&lt; a &lt;&lt; endl;\r\n\r\n\t\/\/ \/=\r\n\ta = 10;\r\n\ta \/= 2;\/\/a = a \/ 2;\r\n\tcout &lt;&lt; \"\/= \\ta =\" &lt;&lt; a &lt;&lt; endl;\r\n\r\n\t\/\/ %=\r\n\ta = 10;\r\n\ta %= 2;\/\/a = a % 2;\r\n\tcout &lt;&lt; \"%= \\ta =\" &lt;&lt; a &lt;&lt; endl;\r\n\r\n\r\n\tsystem(\"pause\");\/\/ \u63a7\u5236\u53f0\u6682\u505c\uff0c\u7b49\u5f85\u4e0b\u4e00\u6b65\u64cd\u4f5c\r\n\treturn 0;\/\/ \u7ed3\u675f\u8fd4\u56de\u503c\uff1a0\r\n}\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\/302"}],"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=302"}],"version-history":[{"count":0,"href":"http:\/\/9iwd.top\/index.php?rest_route=\/wp\/v2\/posts\/302\/revisions"}],"wp:attachment":[{"href":"http:\/\/9iwd.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=302"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/9iwd.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=302"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/9iwd.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=302"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}