{"id":41,"date":"2024-10-13T11:38:54","date_gmt":"2024-10-13T11:38:54","guid":{"rendered":"https:\/\/burningthepasttvt.damo.sg\/?p=41"},"modified":"2024-10-13T11:38:54","modified_gmt":"2024-10-13T11:38:54","slug":"%e7%b4%a0%e6%95%b0%e7%9a%84%e5%88%a4%e6%96%ad","status":"publish","type":"post","link":"https:\/\/burningthepasttvt.damo.sg\/?p=41","title":{"rendered":"\u7d20\u6570\u7684\u5224\u65ad"},"content":{"rendered":"\n<p>\u6c42m~n\u4e4b\u95f4\u7684\u7d20\u6570<\/p>\n\n\n\n<p>int isPrime(int k)<\/p>\n\n\n\n<p>{<br>int i;<br>for (i = 2; i &lt; k; i++)<br>if (k % 2 == 0)return 0;<br>return 1;<br>}<br>int main()<br>{<br>int m, n, i;<br>printf(&#8220;input m and n:&#8221;);<br>scanf_s(&#8220;%d%d&#8221;, &amp;m, &amp; n);<br>printf(&#8220;prime number is&#8221;);<br>for (i = m; i &lt;= n; i++)<br>if (isPrime(i) == 1)<br>printf(&#8220;%d&#8221;, i);<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>return 0;<\/code><\/pre>\n\n\n\n<p>}<\/p>\n\n\n\n<p>\u4e2a\u6570\u8ba1\u7b97\uff1a<\/p>\n\n\n\n<p>int isPrime(int k)<\/p>\n\n\n\n<p>{<br>int i;<br>for (i = 2; i &lt; k; i++)<br>if (k % i == 0)return 0;<br>return 1;<br>}<br>int main()<br>{<br>int m, n, i,count;<br>count = 0;<br>printf(&#8220;input m and n:&#8221;);<br>scanf_s(&#8220;%d%d&#8221;, &amp;m, &amp; n);<br>printf(&#8220;prime number is&#8221;);<br>for (i = m; i &lt;= n; i++)<br>if (isPrime(i) == 1)<br>count++;<br>printf(&#8220;%d&#8221;, count);<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>return 0;<\/code><\/pre>\n\n\n\n<p>}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6c42m~n\u4e4b\u95f4\u7684\u7d20\u6570 int isPrime(int k) {int i;for (i = 2; i &lt;  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-41","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/burningthepasttvt.damo.sg\/index.php?rest_route=\/wp\/v2\/posts\/41","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/burningthepasttvt.damo.sg\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/burningthepasttvt.damo.sg\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/burningthepasttvt.damo.sg\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/burningthepasttvt.damo.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=41"}],"version-history":[{"count":1,"href":"https:\/\/burningthepasttvt.damo.sg\/index.php?rest_route=\/wp\/v2\/posts\/41\/revisions"}],"predecessor-version":[{"id":42,"href":"https:\/\/burningthepasttvt.damo.sg\/index.php?rest_route=\/wp\/v2\/posts\/41\/revisions\/42"}],"wp:attachment":[{"href":"https:\/\/burningthepasttvt.damo.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=41"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/burningthepasttvt.damo.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=41"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/burningthepasttvt.damo.sg\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=41"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}