{"id":159,"date":"2026-02-13T19:28:53","date_gmt":"2026-02-13T11:28:53","guid":{"rendered":"https:\/\/www.sustation.top\/?p=159"},"modified":"2026-02-13T20:50:40","modified_gmt":"2026-02-13T12:50:40","slug":"day-1%ef%bc%9ahello-world","status":"publish","type":"post","link":"https:\/\/sustation.top\/?p=159","title":{"rendered":"Day 1\uff1a\u201cHello World\u201d"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Part 1:\u201cHello World\u201d<\/h2>\n\n\n\n<p>\u590d\u4e60C++\u7684\u7b2c\u4e00\u6bb5\u4ee3\u7801\u2014\u2014\u201cHello World\u201d<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#include &lt;iostream&gt;\nusing namespace std;\nint main() {\n\t\n\tcout &lt;&lt; \"Hello world\" &lt;&lt; endl;\n\tsystem(\"pause\");\n\treturn 0;\n}<\/iostream><\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Part 2:\u53d8\u91cf\u4e0e\u5e38\u91cf<\/h2>\n\n\n\n<p>\u53d8\u91cf\u5b58\u5728\u7684\u610f\u4e49\uff1a\u5e2e\u52a9\u6211\u4eec\u7ba1\u7406\u5185\u5b58\u7a7a\u95f4<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Ps:\u5185\u5b58\u4e00\u822c\u7528\u7684\u662f<strong>\u5341\u516d\u8fdb\u5236<\/strong>\u7684\u6570\u3002<\/p>\n<\/blockquote>\n\n\n\n<pre class=\"wp-block-code\"><code>#include &lt;iostream&gt;\nusing namespace std;\nint main() {\n\t\n\t\/\/\u53d8\u91cf\u521b\u5efa\u7684\u8bed\u6cd5\uff1a\u6570\u636e\u7c7b\u578b \u53d8\u91cf\u540d = \u53d8\u91cf\u521d\u59cb\u503c;\n\tint a = 10;\n\tcout &lt;&lt; \"a = \" &lt;&lt; a &lt;&lt; endl;\n\tsystem(\"pause\");\n\treturn 0;\n}<\/iostream><\/code><\/pre>\n\n\n\n<p>\u5e38\u91cf\uff1a\u7528\u4e8e\u8bb0\u5f55\u7a0b\u5e8f\u4e2d<strong>\u4e0d\u53ef\u6539\u53d8<\/strong>\u7684\u6570\u636e<\/p>\n\n\n\n<p>C++\u4e2d\u5b9a\u4e49\u5e38\u91cf\u7684\u4e24\u79cd\u65b9\u5f0f\uff1a<\/p>\n\n\n\n<p>1\u3001#define \u5b8f\u5e38\u91cf  \u901a\u5e38\u5728\u6587\u4ef6\u4e0a\u65b9\u5b9a\u4e49<\/p>\n\n\n\n<p>2\u3001const\u4fee\u9970\u7684\u53d8\u91cf<\/p>\n\n\n\n<p>\u6ce8\u610f\uff0c#define\u5b9a\u4e49\u7684\u6570\u636e\u5b58\u50a8\u5728\u6570\u636e\u533a\u7684\u5e38\u91cf\u533a\uff0c\u800cconst\u4fee\u9970\u7684\u5c40\u90e8\u53d8\u91cf\u5b58\u50a8\u5728\u6808\u533a\uff0c\u53ef\u4ee5\u901a\u8fc7\u6307\u9488\u8fdb\u884c\u4fee\u6539\uff0c\u56e0\u800c#define\u4e0d\u4f1a\u5360\u7528\u5185\u5b58\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#include &lt;iostream&gt;\nusing namespace std;\n\n\/\/\u5e38\u91cf\u7684\u5b9a\u4e49\u65b9\u5f0f\uff1a\n\/\/1\u3001#define \u5b8f\u5e38\u91cf\n\/\/2\u3001const\u4fee\u9970\u7684\u53d8\u91cf\n\n#define day 7\n\nint main() {\n\n\tcout &lt;&lt;\"\u4e00\u5468\u4e00\u5171\u6709\" &lt;&lt; day &lt;&lt;\"\u5929\" &lt;&lt; endl;\n\n\tconst int month = 12;\/\/\u4e00\u822c\u5199\u5728\u4e3b\u51fd\u6570\u91cc\n\tcout &lt;&lt; \"\u4e00\u5e74\u4e00\u5171\u6709\" &lt;&lt; month &lt;&lt; \"\u5929\" &lt;&lt; endl;\n\n\tsystem(\"pause\");\n\treturn 0;\n\n}\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\u610f\u5916<\/h2>\n\n\n\n<p>\u5728\u7814\u7a76\u5e38\u91cf\u65f6\uff0c\u6309F5\u8fd0\u884c\u7a0b\u5e8f\u4e4b\u540e\u62a5\u9519\uff0c\u53cd\u590d\u68c0\u67e5\u662f\u5426\u6df7\u7528\u4e2d\u82f1\u5b57\u7b26\u4e0e\u8bed\u6cd5\u540e\u4ecd\u7136\u62a5\u9519\uff0c\u663e\u793a\u201c\u6587\u4ef6\u5305\u542b\u4e0d\u80fd\u5728\u5f53\u524d\u4ee3\u7801\u9875(936)\u4e2d\u8868\u793a\u7684\u5b57\u7b26\u3002\u8bf7\u5c06\u8be5\u6587\u4ef6\u4fdd\u5b58\u4e3aUnicode\u683c\u5f0f\u4ee5\u9632\u6b62\u6570\u636e\u53bb\u5931\u201d\u201c\u5e38\u91cf\u4e2d\u6709\u6362\u884c\u7b26\u201d\u7b49<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"555\" src=\"https:\/\/www.sustation.top\/wp-content\/uploads\/2026\/02\/1770986737-unnamed-1024x555.png\" alt=\"\u62a5\u9519\u754c\u9762\" class=\"wp-image-169\" srcset=\"https:\/\/sustation.top\/wp-content\/uploads\/2026\/02\/1770986737-unnamed-1024x555.png 1024w, https:\/\/sustation.top\/wp-content\/uploads\/2026\/02\/1770986737-unnamed-300x163.png 300w, https:\/\/sustation.top\/wp-content\/uploads\/2026\/02\/1770986737-unnamed-768x416.png 768w, https:\/\/sustation.top\/wp-content\/uploads\/2026\/02\/1770986737-unnamed-1536x832.png 1536w, https:\/\/sustation.top\/wp-content\/uploads\/2026\/02\/1770986737-unnamed.png 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>\u6700\u540e\u53ea\u80fd\u6c42\u52a9\u4e8eGemini\uff0c\u53d1\u73b0\u662f\u7531\u4e8e<strong>\u6587\u4ef6\u7f16\u7801\u683c\u5f0f<\/strong>\u548c<strong>\u4e2d\u82f1\u6587\u6807\u70b9<\/strong>\u6df7\u7528\u5f15\u8d77\u7684\u3002\u9ed8\u8ba4\u7684\u7f16\u7801\u683c\u5f0f\uff08GB2312\uff09\u6709\u65f6\u65e0\u6cd5\u6b63\u786e\u5904\u7406\u8fd9\u4e9b\u5b57\u7b26\uff0c\u5bfc\u81f4\u7f16\u8bd1\u5668\u628a\u4e2d\u6587\u548c\u540e\u9762\u7684\u5f15\u53f7\u8fde\u5728\u4e00\u8d77\u770b\u6210\u4e86\u4e71\u7801\uff0c\u4ece\u800c\u4ea7\u751f\u201c\u5e38\u91cf\u4e2d\u6709\u6362\u884c\u7b26\u201d\u8fd9\u79cd\u83ab\u540d\u5176\u5999\u7684\u9519\u8bef\u3002\u968f\u540e\u5c06\u7f16\u7801\u683c\u5f0f\u8f6c\u6362\u4e3a<strong>Unicode (UTF-8 \u5e26\u7b7e\u540d) - \u4ee3\u7801\u9875 65001<\/strong>\u540e\u53ef\u6b63\u5e38\u8fd0\u884c\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Part 1:\u201cHello World\u201d \u590d\u4e60C++\u7684\u7b2c\u4e00\u6bb5\u4ee3\u7801\u2014\u2014\u201cHello World\u201d Part 2:\u53d8\u91cf\u4e0e\u5e38\u91cf \u53d8\u91cf\u5b58\u5728 &#8230;<\/p>\n","protected":false},"author":1,"featured_media":149,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"emotion":"","emotion_color":"","title_style":"","license":"","footnotes":""},"categories":[13],"tags":[],"class_list":["post-159","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-code"],"_links":{"self":[{"href":"https:\/\/sustation.top\/index.php?rest_route=\/wp\/v2\/posts\/159","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sustation.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sustation.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sustation.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sustation.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=159"}],"version-history":[{"count":7,"href":"https:\/\/sustation.top\/index.php?rest_route=\/wp\/v2\/posts\/159\/revisions"}],"predecessor-version":[{"id":170,"href":"https:\/\/sustation.top\/index.php?rest_route=\/wp\/v2\/posts\/159\/revisions\/170"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sustation.top\/index.php?rest_route=\/wp\/v2\/media\/149"}],"wp:attachment":[{"href":"https:\/\/sustation.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=159"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sustation.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=159"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sustation.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=159"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}