{"id":28352,"date":"2024-10-27T15:33:56","date_gmt":"2024-10-27T15:33:56","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=28352"},"modified":"2024-11-26T07:03:54","modified_gmt":"2024-11-26T07:03:54","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-%ed%99%95%ec%9e%a5-%ec%9c%a0%ed%81%b4%eb%a6%ac%eb%93%9c-%ed%98%b8%ec%a0%9c%eb%b2%95","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/28352\/","title":{"rendered":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95"},"content":{"rendered":"<p><body><\/p>\n<p>\uc548\ub155\ud558\uc138\uc694! \uc624\ub298\uc740 \uc218\ud559\uc801 \uc54c\uace0\ub9ac\uc998\uc758 \ud558\ub098\uc778 <strong>\ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95<\/strong>\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc54c\uace0\ub9ac\uc998 \uc2dc\ud5d8 \uc900\ube44\ub97c \uc704\ud55c \uc774 \uac15\uc88c\ub294, \uc54c\uace0\ub9ac\uc998\uc801 \uc0ac\uace0\ub97c \ubc14\ud0d5\uc73c\ub85c \ubb38\uc81c \ud480\uc774 \ubc29\ubc95\uc744 \uc790\uc138\ud788 \uc124\uba85\ud558\uba70, \uc2a4\uc704\ud504\ud2b8\ub85c \uad6c\ud604 \uac00\ub2a5\ud569\ub2c8\ub2e4.<\/p>\n<h2>1. \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc774\ub780?<\/h2>\n<p>\uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc740 \ub450 \uc22b\uc790 \\(a\\)\uc640 \\(b\\)\uc758 \ucd5c\ub300\uacf5\uc57d\uc218(GCD)\ub97c \uad6c\ud558\ub294 \uace0\uc804\uc801\uc778 \uc54c\uace0\ub9ac\uc998\uc785\ub2c8\ub2e4. \uc774 \uacfc\uc815\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>GCD(a, b) = GCD(b, a % b)<\/code><\/pre>\n<p>\uc774 \uc2dd\uc740 \\(b\\)\uac00 0\uc774 \ub420 \ub54c\uae4c\uc9c0 \uacc4\uc18d\ud574\uc11c \ubc18\ubcf5\ub418\uba70, \\(GCD(a, 0) = a\\)\uac00 \uc131\ub9bd\ud569\ub2c8\ub2e4. \uc989, \ucd5c\uc885\uc801\uc73c\ub85c \uccab \ubc88\uc9f8 \uc778\uc790\uc5d0 \ub0a8\uc544\uc788\ub294 \uac12\uc774 \ub450 \uc218\uc758 GCD\uc785\ub2c8\ub2e4.<\/p>\n<h2>2. \ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc774\ub780?<\/h2>\n<p>\ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc740 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc744 \uae30\ubc18\uc73c\ub85c \ud558\uc5ec, \ub450 \uc815\uc218 \\(a\\)\uc640 \\(b\\)\uc5d0 \ub300\ud574 \ub2e4\uc74c\uc758 \uc2dd\uc744 \ucc3e\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>ax + by = gcd(a, b)<\/code><\/pre>\n<p>\uc5ec\uae30\uc11c \\(x\\)\uc640 \\(y\\)\ub294 \uc815\uc218\uc774\uba70, \uc774\ub294 \uc77c\ubc18\uc801\uc73c\ub85c \ubca0\uc8fc \uc815\ub9ac(B\u00e9zout&#8217;s identity)\ub85c \uc54c\ub824\uc838 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uc54c\uace0\ub9ac\uc998\uc744 \uc0ac\uc6a9\ud558\uba74 \uc8fc\uc5b4\uc9c4 \ub450 \uc22b\uc790\uc5d0 \ub300\ud55c GCD\ubfd0\ub9cc \uc544\ub2c8\ub77c, GCD\uc5d0 \ub300\ud55c \uacc4\uc218\ub3c4 \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>3. \ubb38\uc81c \uc124\uba85<\/h2>\n<p>\uc774\uc81c \ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc744 \ud65c\uc6a9\ud558\uc5ec \ud574\uacb0\ud560 \uc218 \uc788\ub294 \ubb38\uc81c\ub97c \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4:<\/p>\n<h3>\ubb38\uc81c: \uc8fc\uc5b4\uc9c4 \ub450 \uc815\uc218 a\uc640 b\uc5d0 \ub300\ud574, ax + by = gcd(a, b) \ub97c \ub9cc\uc871\ud558\ub294 x\uc640 y\ub97c \ucc3e\uc73c\uc2dc\uc624.<\/h3>\n<h3>\uc785\ub825 \ud615\uc2dd<\/h3>\n<ul>\n<li>\ub450 \uc815\uc218 \\(a\\)\uc640 \\(b\\)\uac00 \uc8fc\uc5b4\uc9c4\ub2e4. (1 \u2264 a, b \u2264 1,000,000)<\/li>\n<\/ul>\n<h3>\ucd9c\ub825 \ud615\uc2dd<\/h3>\n<ul>\n<li>GCD(a, b), x, y\ub97c \uacf5\ubc31\uc73c\ub85c \uad6c\ubd84\ud558\uc5ec \ucd9c\ub825\ud55c\ub2e4.<\/li>\n<\/ul>\n<h3>\uc608\uc81c \uc785\ub825<\/h3>\n<pre><code>30 12<\/code><\/pre>\n<h3>\uc608\uc81c \ucd9c\ub825<\/h3>\n<pre><code>6 1 -2<\/code><\/pre>\n<h2>4. \uc54c\uace0\ub9ac\uc998 \ud480\uc774 \uacfc\uc815<\/h2>\n<h3>4.1. \ubb38\uc81c \ubd84\uc11d<\/h3>\n<p>\uc774 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\uae30 \uc704\ud574\uc11c\ub294 \uc8fc\uc5b4\uc9c4 \ub450 \uc218\uc758 GCD\ub97c \uad6c\ud558\uace0, \uadf8 GCD\ub97c \uad6c\ud558\uae30 \uc704\ud55c \uc120\ud615 \uc870\ud569 \uacc4\uc218 x\uc640 y\ub97c \ucc3e\uc544\uc57c \ud569\ub2c8\ub2e4. \uc774\ub97c \uc704\ud574 \ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc744 \uad6c\ud604\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n<h3>4.2. \uc54c\uace0\ub9ac\uc998 \ud750\ub984\ub3c4<\/h3>\n<ol>\n<li>\uc785\ub825\uc73c\ub85c \ub450 \uc218 \\(a\\)\uc640 \\(b\\)\ub97c \ubc1b\ub294\ub2e4.<\/li>\n<li>\uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc744 \uc0ac\uc6a9\ud558\uc5ec GCD\ub97c \uad6c\ud55c\ub2e4.<\/li>\n<li>\ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc744 \uc774\uc6a9\ud574 \uc120\ud615 \uc870\ud569 \uacc4\uc218 x\uc640 y\ub97c \ucc3e\ub294\ub2e4.<\/li>\n<li>\uacb0\uacfc\ub97c \ucd9c\ub825\ud55c\ub2e4.<\/li>\n<\/ol>\n<h3>4.3. \uc2a4\uc704\ud504\ud2b8 \uad6c\ud604<\/h3>\n<p>\uc774\uc81c \uc704 \uacfc\uc815\uc744 \ubc14\ud0d5\uc73c\ub85c \uc2a4\uc704\ud504\ud2b8 \ucf54\ub4dc\ub85c \uad6c\ud604\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>\nfunc extendedGCD(a: Int, b: Int) -&gt; (gcd: Int, x: Int, y: Int) {\n    if b == 0 {\n        return (a, 1, 0)\n    } else {\n        let (gcd, x1, y1) = extendedGCD(a: b, b: a % b)\n        let x = y1\n        let y = x1 - (a \/ b) * y1\n        return (gcd, x, y)\n    }\n}\n\nfunc main() {\n    let input = readLine()!.split(separator: \" \").map { Int($0)! }\n    let a = input[0]\n    let b = input[1]\n    let (gcd, x, y) = extendedGCD(a: a, b: b)\n    print(\"\\(gcd) \\(x) \\(y)\")\n}\n\n\/\/ \ud504\ub85c\uadf8\ub7a8 \uc2dc\uc791\uc810\nmain()\n<\/code><\/pre>\n<h2>5. \ubb38\uc81c \ud480\uc774 \uc608\uc2dc<\/h2>\n<p>\uc704\uc758 \uc2a4\uc704\ud504\ud2b8 \ucf54\ub4dc\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc8fc\uc5b4\uc9c4 \ubb38\uc81c\ub97c \ud480\uc5b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>\uc785\ub825<\/h3>\n<pre><code>30 12<\/code><\/pre>\n<h3>\ucd9c\ub825<\/h3>\n<pre><code>6 1 -2<\/code><\/pre>\n<p>\uc704\uc758 \uc785\ub825\uc5d0 \ub300\ud574, GCD\ub294 6\uc774\uba70, \\(30x + 12y = 6\\)\ub97c \ub9cc\uc871\uc2dc\ud0a4\uae30 \uc704\ud55c \\(x = 1\\)\uc640 \\(y = -2\\)\ub77c\ub294 \uc810\uc5d0\uc11c \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>6. \uacb0\ub860<\/h2>\n<p>\uc624\ub298\uc740 \ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uc558\uace0, \uc774\ub97c \ud1b5\ud574 \uc8fc\uc5b4\uc9c4 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6e0\uc2b5\ub2c8\ub2e4. \uc774 \uc54c\uace0\ub9ac\uc998\uc740 \ucef4\ud4e8\ud130 \uacfc\ud559 \ubc0f \uc554\ud638\ud559\uc5d0\uc11c \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \ub2e4\uc591\ud55c \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc5d0\uc11c \ubc14\ub85c \ud6a8\uacfc\uc801\uc73c\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc74c\uc744 \uc0c1\uae30\ud574 \uc8fc\uc138\uc694!<\/p>\n<p>\uc55e\uc73c\ub85c\ub3c4 \uc54c\uace0\ub9ac\uc998 \uad00\ub828 \ub2e4\uc591\ud55c \uac15\uc88c\ub97c \ud1b5\ud574 \uc5ec\ub7ec\ubd84\uc758 \ucf54\ub529 \ub2a5\ub825\uc744 \ud0a4\uc6cc \ub098\uac00\uae30\ub97c \ubc14\ub78d\ub2c8\ub2e4. \uc9c8\ubb38\uc774\ub098 \ub354 \uc54c\uace0 \uc2f6\uc740 \ub0b4\uc6a9\uc774 \uc788\uc73c\uc2dc\uba74 \ub313\uae00 \ub0a8\uaca8\uc8fc\uc138\uc694!<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc548\ub155\ud558\uc138\uc694! \uc624\ub298\uc740 \uc218\ud559\uc801 \uc54c\uace0\ub9ac\uc998\uc758 \ud558\ub098\uc778 \ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc54c\uace0\ub9ac\uc998 \uc2dc\ud5d8 \uc900\ube44\ub97c \uc704\ud55c \uc774 \uac15\uc88c\ub294, \uc54c\uace0\ub9ac\uc998\uc801 \uc0ac\uace0\ub97c \ubc14\ud0d5\uc73c\ub85c \ubb38\uc81c \ud480\uc774 \ubc29\ubc95\uc744 \uc790\uc138\ud788 \uc124\uba85\ud558\uba70, \uc2a4\uc704\ud504\ud2b8\ub85c \uad6c\ud604 \uac00\ub2a5\ud569\ub2c8\ub2e4. 1. \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc774\ub780? \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc740 \ub450 \uc22b\uc790 \\(a\\)\uc640 \\(b\\)\uc758 \ucd5c\ub300\uacf5\uc57d\uc218(GCD)\ub97c \uad6c\ud558\ub294 \uace0\uc804\uc801\uc778 \uc54c\uace0\ub9ac\uc998\uc785\ub2c8\ub2e4. \uc774 \uacfc\uc815\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4: GCD(a, b) = GCD(b, a % b) \uc774 \uc2dd\uc740 \\(b\\)\uac00 0\uc774 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/28352\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95&#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-28352","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, \ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95 - \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\/28352\/\" \/>\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, \ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc548\ub155\ud558\uc138\uc694! \uc624\ub298\uc740 \uc218\ud559\uc801 \uc54c\uace0\ub9ac\uc998\uc758 \ud558\ub098\uc778 \ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc54c\uace0\ub9ac\uc998 \uc2dc\ud5d8 \uc900\ube44\ub97c \uc704\ud55c \uc774 \uac15\uc88c\ub294, \uc54c\uace0\ub9ac\uc998\uc801 \uc0ac\uace0\ub97c \ubc14\ud0d5\uc73c\ub85c \ubb38\uc81c \ud480\uc774 \ubc29\ubc95\uc744 \uc790\uc138\ud788 \uc124\uba85\ud558\uba70, \uc2a4\uc704\ud504\ud2b8\ub85c \uad6c\ud604 \uac00\ub2a5\ud569\ub2c8\ub2e4. 1. \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc774\ub780? \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc740 \ub450 \uc22b\uc790 (a)\uc640 (b)\uc758 \ucd5c\ub300\uacf5\uc57d\uc218(GCD)\ub97c \uad6c\ud558\ub294 \uace0\uc804\uc801\uc778 \uc54c\uace0\ub9ac\uc998\uc785\ub2c8\ub2e4. \uc774 \uacfc\uc815\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4: GCD(a, b) = GCD(b, a % b) \uc774 \uc2dd\uc740 (b)\uac00 0\uc774 &hellip; \ub354 \ubcf4\uae30 &quot;\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/28352\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T15:33:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:03:54+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\/28352\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28352\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\",\"datePublished\":\"2024-10-27T15:33:56+00:00\",\"dateModified\":\"2024-11-26T07:03:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28352\/\"},\"wordCount\":51,\"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\/28352\/\",\"url\":\"https:\/\/atmokpo.com\/w\/28352\/\",\"name\":\"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T15:33:56+00:00\",\"dateModified\":\"2024-11-26T07:03:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28352\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/28352\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/28352\/#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, \ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\"}]},{\"@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, \ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95 - \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\/28352\/","og_locale":"ko_KR","og_type":"article","og_title":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc548\ub155\ud558\uc138\uc694! \uc624\ub298\uc740 \uc218\ud559\uc801 \uc54c\uace0\ub9ac\uc998\uc758 \ud558\ub098\uc778 \ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc54c\uace0\ub9ac\uc998 \uc2dc\ud5d8 \uc900\ube44\ub97c \uc704\ud55c \uc774 \uac15\uc88c\ub294, \uc54c\uace0\ub9ac\uc998\uc801 \uc0ac\uace0\ub97c \ubc14\ud0d5\uc73c\ub85c \ubb38\uc81c \ud480\uc774 \ubc29\ubc95\uc744 \uc790\uc138\ud788 \uc124\uba85\ud558\uba70, \uc2a4\uc704\ud504\ud2b8\ub85c \uad6c\ud604 \uac00\ub2a5\ud569\ub2c8\ub2e4. 1. \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc774\ub780? \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc740 \ub450 \uc22b\uc790 (a)\uc640 (b)\uc758 \ucd5c\ub300\uacf5\uc57d\uc218(GCD)\ub97c \uad6c\ud558\ub294 \uace0\uc804\uc801\uc778 \uc54c\uace0\ub9ac\uc998\uc785\ub2c8\ub2e4. \uc774 \uacfc\uc815\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4: GCD(a, b) = GCD(b, a % b) \uc774 \uc2dd\uc740 (b)\uac00 0\uc774 &hellip; \ub354 \ubcf4\uae30 \"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\"","og_url":"https:\/\/atmokpo.com\/w\/28352\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T15:33:56+00:00","article_modified_time":"2024-11-26T07:03:54+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\/28352\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/28352\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95","datePublished":"2024-10-27T15:33:56+00:00","dateModified":"2024-11-26T07:03:54+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/28352\/"},"wordCount":51,"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\/28352\/","url":"https:\/\/atmokpo.com\/w\/28352\/","name":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T15:33:56+00:00","dateModified":"2024-11-26T07:03:54+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/28352\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/28352\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/28352\/#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, \ud655\uc7a5 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95"}]},{"@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\/28352","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=28352"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28352\/revisions"}],"predecessor-version":[{"id":28353,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28352\/revisions\/28353"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=28352"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=28352"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=28352"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}