{"id":346,"date":"2022-09-15T11:13:31","date_gmt":"2022-09-15T03:13:31","guid":{"rendered":"https:\/\/qaqaq.top\/?p=346"},"modified":"2022-11-27T12:40:02","modified_gmt":"2022-11-27T04:40:02","slug":"for%e5%be%aa%e7%8e%af%e7%bb%83%e4%b9%a0-%e8%be%93%e5%85%a5%e4%b8%a4%e4%b8%aa%e6%ad%a3%e6%95%b4%e6%95%b0m%e5%92%8cn%ef%bc%8c%e6%b1%82%e5%85%b6%e6%9c%80%e5%a4%a7%e5%85%ac%e7%ba%a6%e6%95%b0%e5%92%8c","status":"publish","type":"post","link":"https:\/\/qaqaq.top\/?p=346","title":{"rendered":"Java\u57fa\u672c\u8bed\u6cd5-for\u5faa\u73af\u7684\u4f8b\u9898 \u8f93\u5165\u4e24\u4e2a\u6b63\u6574\u6570m\u548cn\uff0c\u6c42\u5176\u6700\u5927\u516c\u7ea6\u6570\u548c\u6700\u5c0f\u516c\u500d\u6570"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>\/*\n\u9898\u76ee\uff1a\u8f93\u5165\u4e24\u4e2a\u6b63\u6574\u6570m\u548cn\uff0c\u6c42\u5176\u6700\u5927\u516c\u7ea6\u6570\u548c\u6700\u5c0f\u516c\u500d\u6570\n\u6bd4\u5982\uff1a12\u548c20\u7684\u6700\u5927\u516c\u7ea6\u6570\u662f4\uff0c\u6700\u5c0f\u516c\u500d\u6570\u662f60\u3002\n\n\u8bf4\u660e\uff1abreak\u5173\u952e\u5b57\u7684\u4f7f\u7528\n\n*\/\n\nimport java.util.Scanner;\nclass ForTest{\n\n\tpublic static void main(String&#91;] args){\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tSystem.out.println(\"\u8bf7\u8f93\u5165\u7b2c\u4e00\u4e2a\u6b63\u6574\u6570\uff1a\");\n\t\tint m = scan.nextInt();\n\n\t\tSystem.out.println(\"\u8bf7\u8f93\u5165\u7b2c\u4e8c\u4e2a\u6b63\u6574\u6570\uff1a\");\n\t\tint n = scan.nextInt();\n\n\t\t\/\/\u83b7\u53d6\u6700\u5927\u516c\u7ea6\u6570\n\t\t\/\/1. \u83b7\u53d6\u4e24\u4e2a\u6570\u4e2d\u7684\u8f83\u5c0f\u503c\n\t\tint min = (m &lt; n)? m : n;\n\t\t\/\/2. \u904d\u5386\n\t\tfor(int i = min;i &gt;= 1;i--){\n\t\t\tif(m % i ==0 &amp;&amp; n % i ==0){\n\t\t\t\tSystem.out.println(\"\u6700\u5927\u516c\u7ea6\u6570\u4e3a\uff1a\" + i);\n\t\t\t\tbreak;\/\/\u4e00\u65e6\u5728\u5faa\u73af\u4e2d\u6267\u884c\u5230break\uff0c\u5c31\u8df3\u51fa\u5faa\u73af\n\t\t\t}\n\t\t}\n\n\t\t\/\/\u83b7\u53d6\u6700\u5c0f\u516c\u500d\u6570\n\t\t\/\/1. \u83b7\u53d6\u4e24\u4e2a\u6570\u4e2d\u7684\u8f83\u5927\u503c\n\t\tint max = (m &gt;=n)? m : n;\n\t\t\/\/2. \u904d\u5386\n\t\tfor(int i = max; i &lt;= m * n;i++){\n\t\t\tif(i % m ==0 &amp;&amp; i % n ==0){\n\n\t\t\t\tSystem.out.println(\"\u6700\u5c0f\u516c\u500d\u6570\u4e3a\uff1a\" + i);\n\t\t\t\tbreak;\n\n\t\t\t}\n\t\t}\n\n\t}\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[46],"class_list":["post-346","post","type-post","status-publish","format-standard","hentry","category-java-code","tag-java"],"_links":{"self":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/346"}],"collection":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=346"}],"version-history":[{"count":2,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/346\/revisions"}],"predecessor-version":[{"id":518,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/346\/revisions\/518"}],"wp:attachment":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=346"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=346"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=346"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}