{"id":174,"date":"2024-04-26T16:18:50","date_gmt":"2024-04-26T08:18:50","guid":{"rendered":"https:\/\/seanxd.com\/?p=174"},"modified":"2024-04-26T16:18:52","modified_gmt":"2024-04-26T08:18:52","slug":"zerojudge-a147","status":"publish","type":"post","link":"https:\/\/seanxd.com\/zh\/zerojudge-a147\/","title":{"rendered":"ZeroJudge A147: Print it all"},"content":{"rendered":"\n\n\n<p class=\"\">\u5927\u65bc 0\u3001\u6574\u6578\u3001\u4e0d\u53ef\u4ee5\u88ab 7 \u6574\u9664\u3001\u5c0f\u65bc N\uff0c\u8acb\u8f38\u51fa\u6240\u6709\u53ef\u80fd\u7684\u6578\u5b57\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u7bc4\u4f8b\u6e2c\u8cc7<\/h2>\n\n\n\n<figure style=\"font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.156), 16px);\" class=\"wp-block-table nfd-wb-animate nfd-wb-fade-in-bottom-short\"><table class=\"has-fixed-layout\"><thead><tr><th>\u7bc4\u4f8b\u8f38\u5165<\/th><th>\u7bc4\u4f8b\u8f38\u51fa<\/th><\/tr><\/thead><tbody><tr><td><strong>EOF<\/strong> \u8f38\u5165\uff0c\u6bcf\u4e00\u884c\u6709\u4e00\u500b\u6574\u6578 N\uff0c\u5176\u4e2d N \u4e0d\u5927\u65bc 10000\u3002<br>\u82e5 N = 0 \u8868\u793a\u8cc7\u6599\u7d50\u675f\u3002<\/td><td>\u8f38\u51fa\u5982\u524d\u8ff0\uff0c\u5404\u500b\u6578\u5b57\u4e4b\u9593\u4ee5\u4e00\u500b\u7a7a\u767d\u9694\u958b\u3002<\/td><\/tr><tr><td>5<br>10<br>20<br>0<\/td><td>1  2  3  4<br>1  2  3  4  5  6  8  9<br>1  2  3  4  5  6  8  9  10  11  12  13  15  16  17  18  19<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u89e3\u984c\u601d\u8def<\/h2>\n\n\n\n<p class=\"\">\u4f7f\u7528 <strong>For\u8ff4\u5708<\/strong> \u4e26\u5224\u65b7\u8dd1\u5230\u7684\u6578\u5b57\u662f\u5426\u80fd\u88ab 7 \u6574\u9664\uff0c\u5982\u679c\u4e0d\u884c\u7684\u8a71\u5c31\u8f38\u51fa\uff0c\u53cd\u4e4b\u5247 continue\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u7bc4\u4f8b\u7a0b\u5f0f\u78bc\uff0d<a href=\"https:\/\/zerojudge.tw\/ShowProblem?problemid=a147\" target=\"_blank\" rel=\"noreferrer noopener\">ZeroJudge A147: Print it all<\/a><\/h3>\n\n\n\n<div class=\"hcb_wrap nfd-wb-animate nfd-wb-reveal-right nfd-delay-50\"><pre class=\"prism line-numbers lang-cpp\" data-lang=\"C++\"><code>#include &lt;iostream&gt;\nusing namespace std;\n\nint main() {\n  int N;\n  while (cin &gt;&gt; N)\n    {\n      if (N == 0) break;\n      else\n      {\n        for (int i = 1; i&lt;N; i++)\n          {\n            if (i % 7 != 0) cout &lt;&lt; i &lt;&lt; &quot; &quot;;\n          }\n      }\n      cout &lt;&lt; &quot;\\n&quot;;\n    }\n}\n\n\/\/ZeroJudge A147\n\/\/Dr. SeanXD<\/code><\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u5927\u65bc 0\u3001\u6574\u6578\u3001\u4e0d\u53ef\u4ee5\u88ab 7 \u6574\u9664\u3001\u5c0f\u65bc N\uff0c\u8acb\u8f38\u51fa\u6240\u6709\u53ef\u80fd\u7684\u6578\u5b57\u3002 \u7bc4\u4f8b\u6e2c\u8cc7 \u7bc4\u4f8b\u8f38\u5165 \u7bc4\u4f8b\u8f38\u51fa EOF \u8f38 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","footnotes":""},"categories":[6],"tags":[8,13,9],"class_list":["post-174","post","type-post","status-publish","format-standard","hentry","category-6","tag-8","tag-13","tag-9"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/seanxd.com\/zh\/wp-json\/wp\/v2\/posts\/174","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seanxd.com\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/seanxd.com\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/seanxd.com\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/seanxd.com\/zh\/wp-json\/wp\/v2\/comments?post=174"}],"version-history":[{"count":2,"href":"https:\/\/seanxd.com\/zh\/wp-json\/wp\/v2\/posts\/174\/revisions"}],"predecessor-version":[{"id":176,"href":"https:\/\/seanxd.com\/zh\/wp-json\/wp\/v2\/posts\/174\/revisions\/176"}],"wp:attachment":[{"href":"https:\/\/seanxd.com\/zh\/wp-json\/wp\/v2\/media?parent=174"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/seanxd.com\/zh\/wp-json\/wp\/v2\/categories?post=174"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/seanxd.com\/zh\/wp-json\/wp\/v2\/tags?post=174"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}