{"id":1486,"date":"2022-11-06T20:29:12","date_gmt":"2022-11-06T12:29:12","guid":{"rendered":"https:\/\/courtship.top\/?p=1486"},"modified":"2022-11-06T20:29:12","modified_gmt":"2022-11-06T12:29:12","slug":"c-%e5%90%84%e8%bf%9b%e5%88%b6%e8%be%93%e5%87%ba","status":"publish","type":"post","link":"https:\/\/courtship.top\/index.php\/2022\/11\/06\/c-%e5%90%84%e8%bf%9b%e5%88%b6%e8%be%93%e5%87%ba\/","title":{"rendered":"C++ \u5404\u8fdb\u5236\u8f93\u51fa"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">\u516b\u8fdb\u5236 \u5341\u8fdb\u5236 \u5341\u516d\u8fdb\u5236<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>dec:&nbsp; \u6307\u793acout\u4ee5\u5341\u8fdb\u5236\u8f93\u51fa\u3002&nbsp; &nbsp; &nbsp; &nbsp;December<\/li>\n\n\n\n<li>hex:&nbsp; \u6307\u793acout\u4ee5\u5341\u516d\u8fdb\u5236\u8f93\u51fa\u3002&nbsp; &nbsp; Hexadecimal<\/li>\n\n\n\n<li>oct:&nbsp; &nbsp;\u6307\u793acout\u4ee5\u516b\u8fdb\u5236\u8f93\u51fa\u3002&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;October<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>#include&lt;iostream&gt;\nusing namespace std;\n\nint main()\n{\n    int n_max = 42;\n    cout&lt;&lt;n_max&lt;&lt;endl;           \/\/\u5341\u8fdb\u5236\u8f93\u51fa\n    cout&lt;&lt;hex&lt;&lt;n_max&lt;&lt;endl;      \/\/\u5341\u516d\u8fdb\u5236\u8f93\u51fa\n    cout&lt;&lt;oct&lt;&lt;n_max&lt;&lt;endl;       \/\/\u516b\u8fdb\u5236\u8f93\u51fa\n    return 0;\n}<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">\u4e8c\u8fdb\u5236<\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>#include&lt;bitset&gt;<\/li>\n\n\n\n<li>const int num = 32;\/\/num\u8868\u793abitset\u58f0\u660e\u7684\u4f4d\u6570\uff0c\u5373\u6709\u591a\u5c11\u4f4d\u8f93\u51fa\u3002<\/li>\n\n\n\n<li>cout&lt;&lt;(bitset&lt;num&gt;)input&lt;&lt;endl; &nbsp; \/\/\u683c\u5f0f\uff1a(bitset&lt;num&gt;)input<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>#include&lt;iostream&gt;\n#include&lt;bitset&gt;\nusing namespace std;\n\nconst int num = 32;\/\/num\u8868\u793abitset\u58f0\u660e\u7684\u4f4d\u6570\uff0c\u5373\u6709\u591a\u5c11\u4f4d\u8f93\u51fa\u3002\n\nint main()\n{\n    int input = 42;\n    cout&lt;&lt;(bitset&lt;num&gt;)input&lt;&lt;endl;   \/\/\u683c\u5f0f\uff1a(bitset&lt;num&gt;)input\n    return 0;\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u516b\u8fdb\u5236 \u5341\u8fdb\u5236 \u5341\u516d\u8fdb\u5236 \u4e8c\u8fdb\u5236<\/p>\n","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":[22],"tags":[],"class_list":["post-1486","post","type-post","status-publish","format-standard","hentry","category-c"],"_links":{"self":[{"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/posts\/1486","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=1486"}],"version-history":[{"count":0,"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/posts\/1486\/revisions"}],"wp:attachment":[{"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/media?parent=1486"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/categories?post=1486"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/tags?post=1486"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}