{"id":334,"date":"2012-05-17T14:33:52","date_gmt":"2012-05-17T06:33:52","guid":{"rendered":"http:\/\/wangkaixuan.tech\/?p=334"},"modified":"2020-06-06T14:34:46","modified_gmt":"2020-06-06T06:34:46","slug":"%e6%b1%89%e8%af%ba%e5%a1%94","status":"publish","type":"post","link":"http:\/\/www.wangkaixuan.tech\/?p=334","title":{"rendered":"\u6c49\u8bfa\u5854"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>\/\/\u6c49\u8bfa\u5854\n#define LOCAL\n#include&lt;iostream>\n#include&lt;cstdio>\n#include&lt;cmath>\n#include&lt;cstring>\n#include&lt;cstdlib>\n#include&lt;cctype>\n#include&lt;iomanip>\n#include&lt;string>\n#include&lt;algorithm>\n#include&lt;ctime>\n#include&lt;stack>\n#include&lt;queue>\n#include&lt;vector>\nusing namespace std;\n\nint num = 1;\n\nvoid move(char a, char b)\n{\n\tcout &lt;&lt; \"Step \" &lt;&lt; num++ &lt;&lt; \" : \" &lt;&lt; a &lt;&lt; \"-->\" &lt;&lt; b &lt;&lt; endl;\n}\n\nvoid hanoi(int level, char a, char b, char c)\n{\n\tif (level &lt; 1)\n\t\treturn;\n\thanoi(level - 1, a, c, b);\n\tmove(a, c);\n\thanoi(level - 1, b, a, c);\n}\n\nint main()\n{\n#ifdef LOCAL\n\tfreopen(\"input.txt\", \"r\", stdin);\n\tfreopen(\"output.txt\", \"w\", stdout);\n#endif\n\thanoi(3, 'A', 'B', 'C');\n\treturn 0;\n}\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12],"tags":[],"class_list":["post-334","post","type-post","status-publish","format-standard","hentry","category-06-03-play-ground"],"_links":{"self":[{"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=\/wp\/v2\/posts\/334","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=334"}],"version-history":[{"count":0,"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=\/wp\/v2\/posts\/334\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=334"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=334"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=334"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}