{"id":646,"date":"2019-06-09T08:10:37","date_gmt":"2019-06-09T00:10:37","guid":{"rendered":"http:\/\/fankasy.xyz\/?p=646"},"modified":"2019-09-25T08:16:23","modified_gmt":"2019-09-25T00:16:23","slug":"noj1007-%e5%ae%8c%e7%be%8e%e7%ab%8b%e6%96%b9","status":"publish","type":"post","link":"http:\/\/fankasy.xyz\/index.php\/2019\/06\/09\/noj1007-%e5%ae%8c%e7%be%8e%e7%ab%8b%e6%96%b9\/","title":{"rendered":"NOJ1007 \u5b8c\u7f8e\u7acb\u65b9"},"content":{"rendered":"<pre>#include&lt;stdio.h&gt;\r\n\/*\r\n\u5bf9\u4efb\u7ed9\u7684\u6b63\u6574\u6570N (N\u2264100)\uff0c\u5bfb\u627e\u6240\u6709\u7684\u56db\u5143\u7ec4(a, b, c, d)\uff0c\u4f7f\u5f97a3 = b3 + c3 + d3\uff0c\u5176\u4e2d1&lt;a, b, c, d \u2264N\u3002\r\n\u66b4\u529b\u5c31\u5b8c\u4e8b\u4e86\u3002\r\n*\/\r\n\r\n\r\nint main()\r\n{\r\n    int N, a ,s, d, f;\r\n    scanf(\"%d\", &amp;N);\r\n    for (a = 2; a &lt;= N; ++a)\r\n        for (s = 2; s &lt;= a; ++s)\r\n            for (d = s; d &lt;= a; ++d)\r\n                for (f = d; f &lt;= a; ++f)\r\n                    if (a * a * a == f * f * f + s * s * s + d * d * d)\r\n                        printf(\"Cube = %d, Triple = (%d,%d,%d)\\n\", a, s, d, f);\r\n    return 0;\r\n}\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>#include&lt;stdio.h&gt; \/* \u5bf9\u4efb\u7ed9\u7684\u6b63\u6574\u6570N (N\u2264100)\uff0c\u5bfb\u627e\u6240\u6709\u7684\u56db\u5143\u7ec4(a, [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[17],"tags":[],"_links":{"self":[{"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/posts\/646"}],"collection":[{"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/comments?post=646"}],"version-history":[{"count":0,"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/posts\/646\/revisions"}],"wp:attachment":[{"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/media?parent=646"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/categories?post=646"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/tags?post=646"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}