{"id":43,"date":"2024-10-13T12:01:08","date_gmt":"2024-10-13T12:01:08","guid":{"rendered":"https:\/\/burningthepasttvt.damo.sg\/?p=43"},"modified":"2024-10-13T12:01:08","modified_gmt":"2024-10-13T12:01:08","slug":"%e6%b1%82%e4%b8%a4%e4%b8%aa%e6%95%b0%e7%9a%84%e6%9c%80%e5%b0%8f%e5%85%ac%e5%80%8d%e6%95%b0%e5%8f%8a%e6%9c%80%e5%a4%a7%e5%85%ac%e7%ba%a6%e6%95%b0","status":"publish","type":"post","link":"https:\/\/burningthepasttvt.damo.sg\/?p=43","title":{"rendered":"\u6c42\u4e24\u4e2a\u6570\u7684\u6700\u5c0f\u516c\u500d\u6570\u53ca\u6700\u5927\u516c\u7ea6\u6570"},"content":{"rendered":"\n<p>\u8fd0\u7528\u51fd\u6570Gcd\u6765\u6c42\u6570m\u548cn\u7684\u6700\u5c0f\u516c\u500d\u6570<\/p>\n\n\n\n<p>\u7a0b\u5e8f\u5982\u4e0b\uff1a<\/p>\n\n\n\n<p>#include&lt;stdio.h><\/p>\n\n\n\n<p>int main()<br>{<br>int m, n, lcm;<br>printf(&#8220;input m n&#8221;);<br>scanf_s(&#8220;%d%d&#8221;, &amp;m, &amp;n);<br>lcm = m * n \/ Gcd(m, n);<br>printf(&#8220;common multiple is %d\\n&#8221;, lcm);<br>return 0;<br>}<br>int Gcd(int x,int y)<br>{<br>int r;<br>r = x % y;<br>while (r != 0)<br>{<br>x = y;<br>y = r;<br>r = x % y;<br>}<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>return y;<\/code><\/pre>\n\n\n\n<p>}<\/p>\n\n\n\n<p>\u6700\u5927\u516c\u7ea6\u6570\uff1a<\/p>\n\n\n\n<p>\u7a0b\u5e8f\u5982\u4e0b\uff1a<\/p>\n\n\n\n<p>#include&lt;stdio.h><\/p>\n\n\n\n<p>int main()<br>{<br>int m, n, lcm;<br>printf(&#8220;input m n&#8221;);<br>scanf_s(&#8220;%d%d&#8221;, &amp;m, &amp;n);<br>lcm = Gcd(m, n);<br>printf(&#8220;common multiple is %d\\n&#8221;, lcm);<br>return 0;<br>}<br>int Gcd(int x,int y)<br>{<br>int r;<br>r = x % y;<br>while (r != 0)<br>{<br>x = y;<br>y = r;<br>r = x % y;<br>}<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>return y;<\/code><\/pre>\n\n\n\n<p>}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u8fd0\u7528\u51fd\u6570Gcd\u6765\u6c42\u6570m\u548cn\u7684\u6700\u5c0f\u516c\u500d\u6570 \u7a0b\u5e8f\u5982\u4e0b\uff1a #include&lt;stdio.h> int main [&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-43","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/burningthepasttvt.damo.sg\/index.php?rest_route=\/wp\/v2\/posts\/43","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=43"}],"version-history":[{"count":1,"href":"https:\/\/burningthepasttvt.damo.sg\/index.php?rest_route=\/wp\/v2\/posts\/43\/revisions"}],"predecessor-version":[{"id":44,"href":"https:\/\/burningthepasttvt.damo.sg\/index.php?rest_route=\/wp\/v2\/posts\/43\/revisions\/44"}],"wp:attachment":[{"href":"https:\/\/burningthepasttvt.damo.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=43"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/burningthepasttvt.damo.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=43"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/burningthepasttvt.damo.sg\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=43"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}