{"id":28292,"date":"2024-10-27T15:33:22","date_gmt":"2024-10-27T15:33:22","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=28292"},"modified":"2024-11-26T07:04:52","modified_gmt":"2024-11-26T07:04:52","slug":"%ec%8a%a4%ec%9c%84%ed%94%84%ed%8a%b8-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c-%ec%b5%9c%eb%8c%80-%ea%b3%b5%ec%95%bd%ec%88%98-%ea%b5%ac%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/28292\/","title":{"rendered":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\ub300 \uacf5\uc57d\uc218 \uad6c\ud558\uae30"},"content":{"rendered":"<p><body><\/p>\n<p>\uc548\ub155\ud558\uc138\uc694! \uc624\ub298\uc740 \ucde8\uc5c5 \uc900\ube44\ud558\ub294 \uac1c\ubc1c\uc790 \uc5ec\ub7ec\ubd84\uc744 \uc704\ud574 \uc2a4\uc704\ud504\ud2b8\ub97c \ud65c\uc6a9\ud55c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c\ub97c \uc9c4\ud589\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uc774\ubc88 \uc8fc\uc81c\ub294 \ubc14\ub85c <strong>\ucd5c\ub300 \uacf5\uc57d\uc218(Greatest Common Divisor, GCD)<\/strong>\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \ucd5c\ub300 \uacf5\uc57d\uc218\ub294 \ub450 \uc22b\uc790\uac00 \uac00\uc9c0\uace0 \uc788\ub294 \uacf5\ud1b5\uc801\uc778 \uc57d\uc218 \uc911 \uac00\uc7a5 \ud070 \uc218\ub85c, \uc218\ud559\uc801 \uac1c\ub150 \uc678\uc5d0\ub3c4 \ub2e4\uc591\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\uc5d0\uc11c \ud65c\uc6a9\ub429\ub2c8\ub2e4.<\/p>\n<h2>\ubb38\uc81c \uc124\uba85<\/h2>\n<p>\uc8fc\uc5b4\uc9c4 \ub450 \uc815\uc218 <code>a<\/code>\uc640 <code>b<\/code>\uc758 \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c \uad6c\ud558\ub294 \ud568\uc218\ub97c \uc2a4\uc704\ud504\ud2b8\ub85c \uc791\uc131\ud558\uc138\uc694. \ub610\ud55c, \ub450 \uc22b\uc790\uac00 \ubaa8\ub450 0\uc77c \uacbd\uc6b0\uc5d0\ub294 &#8216;\uc815\uc758\ub418\uc9c0 \uc54a\uc74c&#8217;\uc774\ub77c\ub294 \uba54\uc2dc\uc9c0\ub97c \ucd9c\ub825\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n<pre><code>func gcd(_ a: Int, _ b: Int) -&gt; String<\/code><\/pre>\n<h2>\ubb38\uc81c \ud574\uacb0 \uc811\uadfc \ubc29\uc2dd<\/h2>\n<p>\ucd5c\ub300 \uacf5\uc57d\uc218\ub97c \uad6c\ud558\ub294 \ubc29\uc2dd\uc740 \uc5ec\ub7ec \uac00\uc9c0\uac00 \uc788\uc9c0\ub9cc, \uac00\uc7a5 \uc77c\ubc18\uc801\uc73c\ub85c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc740 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95(Euclidean Algorithm)\uc785\ub2c8\ub2e4. \uc774 \uc54c\uace0\ub9ac\uc998\uc740 \ub2e4\uc74c\uc758 \ub450 \uac00\uc9c0 \uac04\ub2e8\ud55c \uc0ac\uc2e4\uc5d0 \uae30\ubc18\ud569\ub2c8\ub2e4:<\/p>\n<ul>\n<li>\ub450 \uc218 <code>a<\/code>\uc640 <code>b<\/code>\uc758 \ucd5c\ub300 \uacf5\uc57d\uc218\ub294 <code>gcd(a, 0) = |a|<\/code>\uc785\ub2c8\ub2e4.<\/li>\n<li>\ub450 \uc218 <code>a<\/code>\uc640 <code>b<\/code>\uc758 \ucd5c\ub300 \uacf5\uc57d\uc218\ub294 <code>gcd(a, b) = gcd(b, a % b)<\/code>\uc785\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h3>\uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc758 \uad6c\ud604<\/h3>\n<p>\uc704\uc758 \ub450 \uc6d0\ub9ac\ub97c \ubc14\ud0d5\uc73c\ub85c \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc744 \uc801\uc6a9\ud558\uc5ec \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c \uad6c\ud558\ub294 \ubc29\ubc95\uc744 \ub2e8\uacc4\ubcc4\ub85c \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h4>1\ub2e8\uacc4: \ud568\uc218 \uc815\uc758<\/h4>\n<p>\uba3c\uc800, \ub450 \uc815\uc218\ub97c \uc785\ub825\ubc1b\uc544 \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c \ubc18\ud658\ud558\ub294 \ud568\uc218\ub97c \uc815\uc758\ud569\ub2c8\ub2e4. \ud568\uc218\uc758 \uc2dc\uadf8\ub2c8\ucc98\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>func gcd(_ a: Int, _ b: Int) -&gt; String<\/code><\/pre>\n<h4>2\ub2e8\uacc4: \uc785\ub825 \uac80\uc99d<\/h4>\n<p>\ud568\uc218 \ub0b4\ubd80\uc5d0\uc11c \uc785\ub825\ubc1b\uc740 \ub450 \uac12\uc774 \ubaa8\ub450 0\uc778\uc9c0 \uccb4\ud06c\ud569\ub2c8\ub2e4. \uc774 \uacbd\uc6b0, \uc6b0\ub9ac\ub294 &#8216;\uc815\uc758\ub418\uc9c0 \uc54a\uc74c&#8217; \uba54\uc2dc\uc9c0\ub97c \ubc18\ud658\ud569\ub2c8\ub2e4:<\/p>\n<pre><code>if a == 0 &amp;&amp; b == 0 {\n        return \"\uc815\uc758\ub418\uc9c0 \uc54a\uc74c\"\n    }<\/code><\/pre>\n<h4>3\ub2e8\uacc4: \uc54c\uace0\ub9ac\uc998 \uad6c\ud604<\/h4>\n<p>\uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc744 \uc0ac\uc6a9\ud558\uc5ec \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c \ubc18\ubcf5\uc801\uc73c\ub85c \uacc4\uc0b0\ud569\ub2c8\ub2e4. \uc774 \uacfc\uc815\uc5d0\uc11c\ub294 \ub450 \uc22b\uc790\ub97c \uc11c\ub85c \ubc14\uafb8\uba74\uc11c \ub098\uba38\uc9c0\ub97c \uc0ac\uc6a9\ud558\uc5ec \uac12\uc744 \uc5c5\ub370\uc774\ud2b8 \ud569\ub2c8\ub2e4:<\/p>\n<pre><code>var a = abs(a)\n    var b = abs(b)\n\n    while b != 0 {\n        let temp = b\n        b = a % b\n        a = temp\n    }\n    return String(a)<\/code><\/pre>\n<h4>4\ub2e8\uacc4: \uc804\uccb4 \ucf54\ub4dc \uc644\uc131<\/h4>\n<p>\uc704\uc758 \ub2e8\uacc4\ub4e4\uc744 \ubaa8\ub450 \ud1b5\ud569\ud558\uba74 \ucd5c\uc885\uc801\uc778 \ucd5c\ub300 \uacf5\uc57d\uc218 \ud568\uc218\ub97c \uc644\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>func gcd(_ a: Int, _ b: Int) -&gt; String {\n        if a == 0 &amp;&amp; b == 0 {\n            return \"\uc815\uc758\ub418\uc9c0 \uc54a\uc74c\"\n        }\n        var a = abs(a)\n        var b = abs(b)\n\n        while b != 0 {\n            let temp = b\n            b = a % b\n            a = temp\n        }\n        return String(a)\n    }<\/code><\/pre>\n<h2>\ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4<\/h2>\n<p>\uc774\uc81c \uc6b0\ub9ac\uac00 \uc791\uc131\ud55c \ucd5c\ub300 \uacf5\uc57d\uc218 \ud568\uc218\ub97c \ub2e4\uc591\ud55c \ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4\ub85c \uac80\uc99d\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc544\ub798\ub294 \uba87 \uac00\uc9c0 \uc608\uc2dc \ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4\uc785\ub2c8\ub2e4:<\/p>\n<pre><code>print(gcd(48, 18)) \/\/ \ucd9c\ub825: 6\nprint(gcd(0, 0)) \/\/ \ucd9c\ub825: \uc815\uc758\ub418\uc9c0 \uc54a\uc74c\nprint(gcd(56, 98)) \/\/ \ucd9c\ub825: 14<\/code><\/pre>\n<h2>\uacb0\ub860<\/h2>\n<p>\uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc2a4\uc704\ud504\ud2b8\ub85c \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c \uad6c\ud558\ub294 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ub2e4\ub918\uc2b5\ub2c8\ub2e4. \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc758 \uc6d0\ub9ac\uc5d0 \ub530\ub77c \uac04\uacb0\ud558\uace0 \ud6a8\uc728\uc801\uc778 \ucf54\ub4dc\ub97c \uc791\uc131\ud560 \uc218 \uc788\uc5c8\uc2b5\ub2c8\ub2e4. \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub294 \uc218\ud559\uc801 \uc6d0\ub9ac\ub97c \uc774\ud574\ud558\uace0 \uc774\ub97c \ud504\ub85c\uadf8\ub798\ubc0d\uc73c\ub85c \uad6c\ud604\ud558\ub294 \uc5f0\uc2b5\uc744 \ud1b5\ud574 \ub354\uc6b1 \ubc1c\uc804\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc55e\uc73c\ub85c\ub3c4 \uc9c0\uc18d\uc801\uc73c\ub85c \ub2e4\uc591\ud55c \uc8fc\uc81c\ub85c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c\ub97c \uc9c4\ud589\ud560 \uc608\uc815\uc774\ub2c8 \ub9ce\uc740 \uad00\uc2ec \ubd80\ud0c1\ub4dc\ub9bd\ub2c8\ub2e4!<\/p>\n<footer>\n<p>\u00a9 2023 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c \ud480\uc774 \uac15\uc88c<\/p>\n<\/footer>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc548\ub155\ud558\uc138\uc694! \uc624\ub298\uc740 \ucde8\uc5c5 \uc900\ube44\ud558\ub294 \uac1c\ubc1c\uc790 \uc5ec\ub7ec\ubd84\uc744 \uc704\ud574 \uc2a4\uc704\ud504\ud2b8\ub97c \ud65c\uc6a9\ud55c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c\ub97c \uc9c4\ud589\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uc774\ubc88 \uc8fc\uc81c\ub294 \ubc14\ub85c \ucd5c\ub300 \uacf5\uc57d\uc218(Greatest Common Divisor, GCD)\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \ucd5c\ub300 \uacf5\uc57d\uc218\ub294 \ub450 \uc22b\uc790\uac00 \uac00\uc9c0\uace0 \uc788\ub294 \uacf5\ud1b5\uc801\uc778 \uc57d\uc218 \uc911 \uac00\uc7a5 \ud070 \uc218\ub85c, \uc218\ud559\uc801 \uac1c\ub150 \uc678\uc5d0\ub3c4 \ub2e4\uc591\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\uc5d0\uc11c \ud65c\uc6a9\ub429\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \ub450 \uc815\uc218 a\uc640 b\uc758 \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c \uad6c\ud558\ub294 \ud568\uc218\ub97c \uc2a4\uc704\ud504\ud2b8\ub85c \uc791\uc131\ud558\uc138\uc694. \ub610\ud55c, &hellip; <a href=\"https:\/\/atmokpo.com\/w\/28292\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\ub300 \uacf5\uc57d\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":[27],"tags":[],"class_list":["post-28292","post","type-post","status-publish","format-standard","hentry","category-27"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\ub300 \uacf5\uc57d\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\/28292\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\ub300 \uacf5\uc57d\uc218 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc548\ub155\ud558\uc138\uc694! \uc624\ub298\uc740 \ucde8\uc5c5 \uc900\ube44\ud558\ub294 \uac1c\ubc1c\uc790 \uc5ec\ub7ec\ubd84\uc744 \uc704\ud574 \uc2a4\uc704\ud504\ud2b8\ub97c \ud65c\uc6a9\ud55c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c\ub97c \uc9c4\ud589\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uc774\ubc88 \uc8fc\uc81c\ub294 \ubc14\ub85c \ucd5c\ub300 \uacf5\uc57d\uc218(Greatest Common Divisor, GCD)\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \ucd5c\ub300 \uacf5\uc57d\uc218\ub294 \ub450 \uc22b\uc790\uac00 \uac00\uc9c0\uace0 \uc788\ub294 \uacf5\ud1b5\uc801\uc778 \uc57d\uc218 \uc911 \uac00\uc7a5 \ud070 \uc218\ub85c, \uc218\ud559\uc801 \uac1c\ub150 \uc678\uc5d0\ub3c4 \ub2e4\uc591\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\uc5d0\uc11c \ud65c\uc6a9\ub429\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \ub450 \uc815\uc218 a\uc640 b\uc758 \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c \uad6c\ud558\ub294 \ud568\uc218\ub97c \uc2a4\uc704\ud504\ud2b8\ub85c \uc791\uc131\ud558\uc138\uc694. \ub610\ud55c, &hellip; \ub354 \ubcf4\uae30 &quot;\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\ub300 \uacf5\uc57d\uc218 \uad6c\ud558\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/28292\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T15:33:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:04:52+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\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/28292\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28292\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\ub300 \uacf5\uc57d\uc218 \uad6c\ud558\uae30\",\"datePublished\":\"2024-10-27T15:33:22+00:00\",\"dateModified\":\"2024-11-26T07:04:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28292\/\"},\"wordCount\":6,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/28292\/\",\"url\":\"https:\/\/atmokpo.com\/w\/28292\/\",\"name\":\"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\ub300 \uacf5\uc57d\uc218 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T15:33:22+00:00\",\"dateModified\":\"2024-11-26T07:04:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28292\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/28292\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/28292\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\ub300 \uacf5\uc57d\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":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\ub300 \uacf5\uc57d\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\/28292\/","og_locale":"ko_KR","og_type":"article","og_title":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\ub300 \uacf5\uc57d\uc218 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc548\ub155\ud558\uc138\uc694! \uc624\ub298\uc740 \ucde8\uc5c5 \uc900\ube44\ud558\ub294 \uac1c\ubc1c\uc790 \uc5ec\ub7ec\ubd84\uc744 \uc704\ud574 \uc2a4\uc704\ud504\ud2b8\ub97c \ud65c\uc6a9\ud55c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c\ub97c \uc9c4\ud589\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uc774\ubc88 \uc8fc\uc81c\ub294 \ubc14\ub85c \ucd5c\ub300 \uacf5\uc57d\uc218(Greatest Common Divisor, GCD)\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \ucd5c\ub300 \uacf5\uc57d\uc218\ub294 \ub450 \uc22b\uc790\uac00 \uac00\uc9c0\uace0 \uc788\ub294 \uacf5\ud1b5\uc801\uc778 \uc57d\uc218 \uc911 \uac00\uc7a5 \ud070 \uc218\ub85c, \uc218\ud559\uc801 \uac1c\ub150 \uc678\uc5d0\ub3c4 \ub2e4\uc591\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\uc5d0\uc11c \ud65c\uc6a9\ub429\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \ub450 \uc815\uc218 a\uc640 b\uc758 \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c \uad6c\ud558\ub294 \ud568\uc218\ub97c \uc2a4\uc704\ud504\ud2b8\ub85c \uc791\uc131\ud558\uc138\uc694. \ub610\ud55c, &hellip; \ub354 \ubcf4\uae30 \"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\ub300 \uacf5\uc57d\uc218 \uad6c\ud558\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/28292\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T15:33:22+00:00","article_modified_time":"2024-11-26T07:04:52+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/28292\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/28292\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\ub300 \uacf5\uc57d\uc218 \uad6c\ud558\uae30","datePublished":"2024-10-27T15:33:22+00:00","dateModified":"2024-11-26T07:04:52+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/28292\/"},"wordCount":6,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/28292\/","url":"https:\/\/atmokpo.com\/w\/28292\/","name":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\ub300 \uacf5\uc57d\uc218 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T15:33:22+00:00","dateModified":"2024-11-26T07:04:52+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/28292\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/28292\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/28292\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\ub300 \uacf5\uc57d\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\/28292","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=28292"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28292\/revisions"}],"predecessor-version":[{"id":28293,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28292\/revisions\/28293"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=28292"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=28292"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=28292"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}