{"id":28572,"date":"2024-10-27T16:12:15","date_gmt":"2024-10-27T16:12:15","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=28572"},"modified":"2024-11-26T07:00:49","modified_gmt":"2024-11-26T07:00:49","slug":"%ec%bd%94%ed%8b%80%eb%a6%b0-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c-%ec%b5%9c%ec%86%8c-%ea%b3%b5%eb%b0%b0%ec%88%98-%ea%b5%ac%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/28572\/","title":{"rendered":"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc18c \uacf5\ubc30\uc218 \uad6c\ud558\uae30"},"content":{"rendered":"<article>\n<p>\ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \ucd9c\uc81c\ub418\ub294 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c \uc911 \ud558\ub098\ub294 &#8216;\ucd5c\uc18c \uacf5\ubc30\uc218(Least Common Multiple, LCM)&#8217;\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \ucd5c\uc18c \uacf5\ubc30\uc218\ub294 \ub450 \uc218\uc5d0\uc11c \uac01\uac01\uc758 \ubc30\uc218\ub97c \uad6c\ud588\uc744 \ub54c, \uac00\uc7a5 \uc791\uc740 \uacf5\ud1b5\uc758 \ubc30\uc218\ub97c \uc758\ubbf8\ud569\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \ucd5c\uc18c \uacf5\ubc30\uc218\ub97c \uad6c\ud558\ub294 \uc54c\uace0\ub9ac\uc998\uc744 \ucf54\ud2c0\ub9b0\uc73c\ub85c \uad6c\ud604\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>\ubb38\uc81c \uc124\uba85<\/h2>\n<p>\uc815\uc218 \ub450 \uac1c \ud835\udc4e\uc640 \ud835\udc4f\uac00 \uc8fc\uc5b4\uc9c8 \ub54c, \uc774 \ub450 \uc218\uc758 \ucd5c\uc18c \uacf5\ubc30\uc218\ub97c \uad6c\ud558\ub294 \ud568\uc218\ub97c \uc791\uc131\ud574\uc8fc\uc138\uc694. \ud568\uc218\uc758 \uc2dc\uadf8\ub2c8\ucc98\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>fun lcm(a: Int, b: Int): Int<\/code><\/pre>\n<p>\uc608\ub97c \ub4e4\uc5b4, 4\uc640 6\uc758 \ucd5c\uc18c \uacf5\ubc30\uc218\ub294 12\uc774\uba70, 15\uc640 20\uc758 \ucd5c\uc18c \uacf5\ubc30\uc218\ub294 60\uc785\ub2c8\ub2e4. \uc785\ub825 \ubc94\uc704\ub294 1 \ubd80\ud130 10<sup>6<\/sup> \uc0ac\uc774\uc758 \uc815\uc218\uc785\ub2c8\ub2e4.<\/p>\n<h2>\ucd5c\uc18c \uacf5\ubc30\uc218 \uad6c\ud558\uae30<\/h2>\n<p>\ucd5c\uc18c \uacf5\ubc30\uc218\ub294 \ub450 \uc218\uc758 \uacf1\uc744 \ucd5c\ub300 \uacf5\uc57d\uc218(Greatest Common Divisor, GCD)\ub85c \ub098\ub204\uc5b4 \uacc4\uc0b0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ucd5c\uc18c \uacf5\ubc30\uc218\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \uc2dd\uc73c\ub85c \uc815\uc758\ub429\ub2c8\ub2e4:<\/p>\n<pre><code>LCM(a, b) = (a * b) \/ GCD(a, b)<\/code><\/pre>\n<p>\uc704\uc758 \uc2dd\uc744 \uc0ac\uc6a9\ud558\uc5ec \ucd5c\uc18c \uacf5\ubc30\uc218\ub97c \uacc4\uc0b0\ud558\uae30 \uc704\ud574\uc11c\ub294 \uba3c\uc800 \ub450 \uc218\uc758 \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c \uad6c\ud574\uc57c \ud569\ub2c8\ub2e4. \uc774\ub97c \uc704\ud574 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95(Euclidean algorithm)\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>\uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95 \uc124\uba85<\/h2>\n<p>\uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc740 \ub450 \uc218\uc758 \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c \uad6c\ud558\ub294 \ud6a8\uc728\uc801\uc778 \ubc29\ubc95\uc785\ub2c8\ub2e4. \ub450 \uc218 \ud835\udc4e\uc640 \ud835\udc4f\uc5d0 \ub300\ud574, \ud835\udc4f\uac00 0\uc774 \uc544\ub2d0 \ub54c\ub294 \ub2e4\uc74c\uacfc \uac19\uc774 \uc9c4\ud589\ud569\ub2c8\ub2e4:<\/p>\n<ol>\n<li>\ud835\udc4e\ub97c \ud835\udc4f\ub85c \ub098\ub208 \ub098\uba38\uc9c0\ub97c \uad6c\ud569\ub2c8\ub2e4.<\/li>\n<li>\ud835\udc4f\ub97c \ud835\udc4e\uc5d0 \ub300\uc785\ud569\ub2c8\ub2e4.<\/li>\n<li>\ub098\uba38\uc9c0\ub97c \ud835\udc4e\uc5d0 \ub300\uc785\ud569\ub2c8\ub2e4.<\/li>\n<li>\ud835\udc4f\uac00 0\uc774 \ub420 \ub54c\uae4c\uc9c0 \ubc18\ubcf5\ud569\ub2c8\ub2e4.<\/li>\n<\/ol>\n<p>\ub9c8\uc9c0\ub9c9\uc73c\ub85c \ud835\udc4e\uc758 \uac12\uc744 \ucd5c\ub300 \uacf5\uc57d\uc218\ub85c \ubc18\ud658\ud569\ub2c8\ub2e4.<\/p>\n<h2>\ucf54\ud2c0\ub9b0 \uad6c\ud604<\/h2>\n<p>\uc774\uc81c \uc704\uc758 \uc54c\uace0\ub9ac\uc998\uc744 \uae30\ubc18\uc73c\ub85c \ucf54\ud2c0\ub9b0\uc5d0\uc11c \ucd5c\uc18c \uacf5\ubc30\uc218\ub97c \uacc4\uc0b0\ud558\ub294 \ud568\uc218\ub97c \uad6c\ud604\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>fun gcd(a: Int, b: Int): Int {\n        return if (b == 0) a else gcd(b, a % b)\n    }\n\n    fun lcm(a: Int, b: Int): Int {\n        return (a * b) \/ gcd(a, b)\n    }\n    \n    fun main() {\n        val a = 4\n        val b = 6\n        println(\"\ucd5c\uc18c \uacf5\ubc30\uc218: ${lcm(a, b)}\")  \/\/ \ucd9c\ub825: \ucd5c\uc18c \uacf5\ubc30\uc218: 12\n    }<\/code><\/pre>\n<h2>\ud568\uc218 \uc124\uba85<\/h2>\n<p>\uc704\uc758 \ucf54\ub4dc\ub294 \ub450 \uac00\uc9c0 \ud568\uc218\ub97c \ud3ec\ud568\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<ol>\n<li><code>gcd(a: Int, b: Int): Int<\/code> &#8211; \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c \uacc4\uc0b0\ud558\ub294 \ud568\uc218\uc785\ub2c8\ub2e4. 0\uc774 \ub420 \ub54c\uae4c\uc9c0 \ub098\uba38\uc9c0\ub97c \ubc18\ubcf5\uc801\uc73c\ub85c \uacc4\uc0b0\ud569\ub2c8\ub2e4.<\/li>\n<li><code>lcm(a: Int, b: Int): Int<\/code> &#8211; \ub450 \uc218\uc758 \uacf1\uc744 \ucd5c\ub300 \uacf5\uc57d\uc218\ub85c \ub098\ub204\uc5b4 \ucd5c\uc18c \uacf5\ubc30\uc218\ub97c \uacc4\uc0b0\ud558\ub294 \ud568\uc218\uc785\ub2c8\ub2e4.<\/li>\n<\/ol>\n<h2>\ubcf5\uc7a1\ub3c4 \ubd84\uc11d<\/h2>\n<p>\uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc758 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub294 O(log min(a, b))\uc785\ub2c8\ub2e4. \uc774\ub294 \ub450 \uc218\uc758 \ud06c\uae30\uc5d0 \ub530\ub77c \ud6e8\uc52c \ube60\ub974\uac8c \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c \uacc4\uc0b0\ud560 \uc218 \uc788\ub294 \ubc29\ubc95\uc774 \ub429\ub2c8\ub2e4. \ub530\ub77c\uc11c, \ucd5c\uc18c \uacf5\ubc30\uc218\ub97c \uad6c\ud558\ub294 \uc804\uccb4 \uc54c\uace0\ub9ac\uc998\uc758 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 \ub610\ud55c O(log min(a, b))\uc785\ub2c8\ub2e4.<\/p>\n<h2>\ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4<\/h2>\n<p>\uc791\uc5c5\uc774 \uc81c\ub300\ub85c \uc774\ub8e8\uc5b4\uc84c\ub294\uc9c0 \ud655\uc778\ud558\uae30 \uc704\ud574 \uba87 \uac00\uc9c0 \ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4\ub97c \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4:<\/p>\n<ul>\n<li>lcm(4, 6): 12<\/li>\n<li>lcm(15, 20): 60<\/li>\n<li>lcm(7, 5): 35<\/li>\n<li>lcm(1, 999999): 999999<\/li>\n<li>lcm(123456, 789012): 493827156<\/li>\n<\/ul>\n<p>\uac01 \ud568\uc218\uc758 \uacb0\uacfc\ub97c \ud1b5\ud574 \ub85c\uc9c1\uc758 \uc815\ud655\uc131\uc744 \uac80\uc99d\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>\uacb0\ub860<\/h2>\n<p>\ucf54\ud2c0\ub9b0\uc744 \uc0ac\uc6a9\ud558\uc5ec \ucd5c\uc18c \uacf5\ubc30\uc218\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6cc\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc744 \ud1b5\ud574 \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c \ud6a8\uc728\uc801\uc73c\ub85c \uacc4\uc0b0\ud558\uace0, \uc774\ub97c \ud65c\uc6a9\ud558\uc5ec \ucd5c\uc18c \uacf5\ubc30\uc218\ub97c \uad6c\ud558\ub294 \uacfc\uc815\uc744 \uc0b4\ud3b4\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \uc774\uc640 \uac19\uc740 \uc54c\uace0\ub9ac\uc998\uc740 \ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0\uc11c \ube48\ubc88\ud788 \ucd9c\uc81c\ub418\ubbc0\ub85c, \ubc18\ub4dc\uc2dc \uc219\uc9c0\ud558\uace0 \uc5f0\uc2b5\ud558\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4.<\/p>\n<\/article>\n","protected":false},"excerpt":{"rendered":"<p>\ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \ucd9c\uc81c\ub418\ub294 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c \uc911 \ud558\ub098\ub294 &#8216;\ucd5c\uc18c \uacf5\ubc30\uc218(Least Common Multiple, LCM)&#8217;\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \ucd5c\uc18c \uacf5\ubc30\uc218\ub294 \ub450 \uc218\uc5d0\uc11c \uac01\uac01\uc758 \ubc30\uc218\ub97c \uad6c\ud588\uc744 \ub54c, \uac00\uc7a5 \uc791\uc740 \uacf5\ud1b5\uc758 \ubc30\uc218\ub97c \uc758\ubbf8\ud569\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \ucd5c\uc18c \uacf5\ubc30\uc218\ub97c \uad6c\ud558\ub294 \uc54c\uace0\ub9ac\uc998\uc744 \ucf54\ud2c0\ub9b0\uc73c\ub85c \uad6c\ud604\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc815\uc218 \ub450 \uac1c \ud835\udc4e\uc640 \ud835\udc4f\uac00 \uc8fc\uc5b4\uc9c8 \ub54c, \uc774 \ub450 \uc218\uc758 \ucd5c\uc18c \uacf5\ubc30\uc218\ub97c \uad6c\ud558\ub294 \ud568\uc218\ub97c \uc791\uc131\ud574\uc8fc\uc138\uc694. \ud568\uc218\uc758 \uc2dc\uadf8\ub2c8\ucc98\ub294 \ub2e4\uc74c\uacfc &hellip; <a href=\"https:\/\/atmokpo.com\/w\/28572\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc18c \uacf5\ubc30\uc218 \uad6c\ud558\uae30&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[28],"tags":[],"class_list":["post-28572","post","type-post","status-publish","format-standard","hentry","category-28"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc18c \uacf5\ubc30\uc218 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/28572\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc18c \uacf5\ubc30\uc218 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \ucd9c\uc81c\ub418\ub294 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c \uc911 \ud558\ub098\ub294 &#8216;\ucd5c\uc18c \uacf5\ubc30\uc218(Least Common Multiple, LCM)&#8217;\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \ucd5c\uc18c \uacf5\ubc30\uc218\ub294 \ub450 \uc218\uc5d0\uc11c \uac01\uac01\uc758 \ubc30\uc218\ub97c \uad6c\ud588\uc744 \ub54c, \uac00\uc7a5 \uc791\uc740 \uacf5\ud1b5\uc758 \ubc30\uc218\ub97c \uc758\ubbf8\ud569\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \ucd5c\uc18c \uacf5\ubc30\uc218\ub97c \uad6c\ud558\ub294 \uc54c\uace0\ub9ac\uc998\uc744 \ucf54\ud2c0\ub9b0\uc73c\ub85c \uad6c\ud604\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc815\uc218 \ub450 \uac1c \ud835\udc4e\uc640 \ud835\udc4f\uac00 \uc8fc\uc5b4\uc9c8 \ub54c, \uc774 \ub450 \uc218\uc758 \ucd5c\uc18c \uacf5\ubc30\uc218\ub97c \uad6c\ud558\ub294 \ud568\uc218\ub97c \uc791\uc131\ud574\uc8fc\uc138\uc694. \ud568\uc218\uc758 \uc2dc\uadf8\ub2c8\ucc98\ub294 \ub2e4\uc74c\uacfc &hellip; \ub354 \ubcf4\uae30 &quot;\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc18c \uacf5\ubc30\uc218 \uad6c\ud558\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/28572\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T16:12:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:00:49+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/28572\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28572\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc18c \uacf5\ubc30\uc218 \uad6c\ud558\uae30\",\"datePublished\":\"2024-10-27T16:12:15+00:00\",\"dateModified\":\"2024-11-26T07:00:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28572\/\"},\"wordCount\":27,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/28572\/\",\"url\":\"https:\/\/atmokpo.com\/w\/28572\/\",\"name\":\"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc18c \uacf5\ubc30\uc218 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T16:12:15+00:00\",\"dateModified\":\"2024-11-26T07:00:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28572\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/28572\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/28572\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc18c \uacf5\ubc30\uc218 \uad6c\ud558\uae30\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc18c \uacf5\ubc30\uc218 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/28572\/","og_locale":"ko_KR","og_type":"article","og_title":"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc18c \uacf5\ubc30\uc218 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \ucd9c\uc81c\ub418\ub294 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c \uc911 \ud558\ub098\ub294 &#8216;\ucd5c\uc18c \uacf5\ubc30\uc218(Least Common Multiple, LCM)&#8217;\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \ucd5c\uc18c \uacf5\ubc30\uc218\ub294 \ub450 \uc218\uc5d0\uc11c \uac01\uac01\uc758 \ubc30\uc218\ub97c \uad6c\ud588\uc744 \ub54c, \uac00\uc7a5 \uc791\uc740 \uacf5\ud1b5\uc758 \ubc30\uc218\ub97c \uc758\ubbf8\ud569\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \ucd5c\uc18c \uacf5\ubc30\uc218\ub97c \uad6c\ud558\ub294 \uc54c\uace0\ub9ac\uc998\uc744 \ucf54\ud2c0\ub9b0\uc73c\ub85c \uad6c\ud604\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc815\uc218 \ub450 \uac1c \ud835\udc4e\uc640 \ud835\udc4f\uac00 \uc8fc\uc5b4\uc9c8 \ub54c, \uc774 \ub450 \uc218\uc758 \ucd5c\uc18c \uacf5\ubc30\uc218\ub97c \uad6c\ud558\ub294 \ud568\uc218\ub97c \uc791\uc131\ud574\uc8fc\uc138\uc694. \ud568\uc218\uc758 \uc2dc\uadf8\ub2c8\ucc98\ub294 \ub2e4\uc74c\uacfc &hellip; \ub354 \ubcf4\uae30 \"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc18c \uacf5\ubc30\uc218 \uad6c\ud558\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/28572\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T16:12:15+00:00","article_modified_time":"2024-11-26T07:00:49+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/28572\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/28572\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc18c \uacf5\ubc30\uc218 \uad6c\ud558\uae30","datePublished":"2024-10-27T16:12:15+00:00","dateModified":"2024-11-26T07:00:49+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/28572\/"},"wordCount":27,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/28572\/","url":"https:\/\/atmokpo.com\/w\/28572\/","name":"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc18c \uacf5\ubc30\uc218 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T16:12:15+00:00","dateModified":"2024-11-26T07:00:49+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/28572\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/28572\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/28572\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc18c \uacf5\ubc30\uc218 \uad6c\ud558\uae30"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28572","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=28572"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28572\/revisions"}],"predecessor-version":[{"id":28573,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28572\/revisions\/28573"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=28572"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=28572"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=28572"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}