{"id":27178,"date":"2024-10-27T13:44:18","date_gmt":"2024-10-27T13:44:18","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=27178"},"modified":"2024-11-26T07:20:55","modified_gmt":"2024-11-26T07:20:55","slug":"%ed%8c%8c%ec%9d%b4%ec%8d%ac-%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\/27178\/","title":{"rendered":"\ud30c\uc774\uc36c \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 \ucf54\ub529\ud14c\uc2a4\ud2b8\ub97c \uc900\ube44\ud558\ub294 \uc5ec\ub7ec\ubd84\uc744 \uc704\ud574 &#8220;\ucd5c\ub300 \uacf5\uc57d\uc218&#8221;\ub97c \uad6c\ud558\ub294 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ub2e4\ub904\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c \uc801\uc808\ud558\uac8c \uacc4\uc0b0\ud558\ub294 \uac83\uc740 \uc5ec\ub7ec \ubb38\uc81c\uc5d0\uc11c \ud544\uc218\uc801\uc73c\ub85c \ud544\uc694\ud558\uba70, \ud2b9\ud788 \uc218\ud559\uc801 \uc0ac\uace0\uc640 \uc54c\uace0\ub9ac\uc998\uc801 \uc0ac\uace0\ub97c \ub3d9\uc2dc\uc5d0 \uc694\uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc774\ubc88 \uc2dc\uac04\uc5d0\ub294 \ud568\uc218\ud615 \ud504\ub85c\uadf8\ub798\ubc0d \uae30\ubc95\uc744 \uc0ac\uc6a9\ud560 \uac83\uc774\uba70, Python \uc5b8\uc5b4\ub97c \uc774\uc6a9\ud574 \uc2e4\uc2b5\ud560 \uac83\uc785\ub2c8\ub2e4.<\/p>\n<h2>\ubb38\uc81c \uc124\uba85<\/h2>\n<p>\ub450 \uac1c\uc758 \uc815\uc218 <code>a<\/code>, <code>b<\/code>\uac00 \uc8fc\uc5b4\uc9c8 \ub54c, \uc774 \ub450 \uc218\uc758 \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c \uad6c\ud558\ub294 \ud504\ub85c\uadf8\ub7a8\uc744 \uc791\uc131\ud574 \uc8fc\uc138\uc694. \ucd5c\ub300 \uacf5\uc57d\uc218(Greatest Common Divisor, GCD)\ub294 \ub450 \uc815\uc218\uc758 \uacf5\ud1b5\ub41c \uc57d\uc218 \uc911\uc5d0\uc11c \uac00\uc7a5 \ud070 \uc218\ub97c \uc758\ubbf8\ud569\ub2c8\ub2e4.<\/p>\n<h3>\uc785\ub825<\/h3>\n<ul>\n<li>\uccab \ubc88\uc9f8 \uc904\uc5d0 \ub450 \uac1c\uc758 \uc815\uc218 <code>a<\/code>, <code>b<\/code> (1 \u2264 <code>a<\/code>, <code>b<\/code> \u2264 10<sup>9<\/sup>)\uac00 \uc8fc\uc5b4\uc9c4\ub2e4.<\/li>\n<\/ul>\n<h3>\ucd9c\ub825<\/h3>\n<ul>\n<li>\uc815\uc218 <code>GCD(a, b)<\/code>\ub97c \ucd9c\ub825\ud55c\ub2e4.<\/li>\n<\/ul>\n<h2>\uc608\uc81c<\/h2>\n<p>\ub2e4\uc74c\uc740 \uba87 \uac00\uc9c0 \uc608\uc81c\uc785\ub2c8\ub2e4:<\/p>\n<pre>\n\uc608\uc81c 1:\n\uc785\ub825: 60 48\n\ucd9c\ub825: 12\n\n\uc608\uc81c 2:\n\uc785\ub825: 101 10\n\ucd9c\ub825: 1\n\n\uc608\uc81c 3:\n\uc785\ub825: 17 17\n\ucd9c\ub825: 17\n<\/pre>\n<h2>\ubb38\uc81c \ud574\uacb0 \ubc29\ubc95<\/h2>\n<p>\ucd5c\ub300 \uacf5\uc57d\uc218\ub97c \uad6c\ud558\ub294 \ubc29\ubc95 \uc911 \uac00\uc7a5 \uc720\uba85\ud55c \ubc29\ubc95\uc740 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc785\ub2c8\ub2e4. \uc774 \ubc29\ubc95\uc740 \ub2e4\uc74c\uacfc \uac19\uc740 \uc6d0\ub9ac\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>b<\/code>\uc640 <code>a<\/code>\ub97c <code>b<\/code>\ub85c \ub098\ub208 \ub098\uba38\uc9c0 <code>r<\/code>\uc758 \ucd5c\ub300 \uacf5\uc57d\uc218\uc640 \uac19\ub2e4. \uc989, <code>GCD(a, b) = GCD(b, r)<\/code>\uc774\ub2e4.<\/li>\n<li>\uc774 \uacfc\uc815\uc744 \ubc18\ubcf5\ud558\uc5ec <code>r<\/code>\uac00 0\uc774 \ub420 \ub54c\uae4c\uc9c0 \uc9c4\ud589\ud558\uba74, \ub9c8\uc9c0\ub9c9\uc5d0 \ub0a8\uc740 <code>b<\/code>\uac00 \ucd5c\ub300 \uacf5\uc57d\uc218\uc774\ub2e4.<\/li>\n<\/ul>\n<h2>\uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95 \uad6c\ud604<\/h2>\n<p>\uc774\uc81c \uc774\uc81c \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc744 \ud30c\uc774\uc36c \ucf54\ub4dc\ub85c \uad6c\ud604\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc544\ub798 \ucf54\ub4dc\ub294 \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c \uacc4\uc0b0\ud558\ub294 \ud568\uc218\ub97c \uc815\uc758\ud55c \uc608\uc2dc\uc785\ub2c8\ub2e4:<\/p>\n<pre><code>def gcd(a, b):\n    while b != 0:\n        a, b = b, a % b\n    return a\n<\/code><\/pre>\n<p>\uc774 \ud568\uc218\ub294 \ubc18\ubcf5\ubb38\uc744 \uc0ac\uc6a9\ud558\uc5ec <code>b<\/code>\uac00 0\uc774 \ub420 \ub54c\uae4c\uc9c0 \uacc4\uc18d\ud574\uc11c \ub450 \uc218\uc758 \uac12\uc744 \uad50\uccb4\ud558\uba70 \ub098\uba38\uc9c0\ub97c \uacc4\uc0b0\ud569\ub2c8\ub2e4. \ucd5c\uc885\uc801\uc73c\ub85c \ub0a8\ub294 <code>a<\/code>\uac00 \ucd5c\ub300 \uacf5\uc57d\uc218\uac00 \ub429\ub2c8\ub2e4.<\/p>\n<h2>\ucf54\ub4dc \uc2e4\ud589 \uc608<\/h2>\n<p>\uc785\ub825\uc744 \ubc1b\uc544 \uc2e4\ud589\ud558\ub294 \uba54\uc778 \ucf54\ub4dc\ub97c \uc791\uc131\ud558\uaca0\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>if __name__ == \"__main__\":\n    a, b = map(int, input(\"\ub450 \uc218\ub97c \uc785\ub825\ud558\uc138\uc694: \").split())\n    result = gcd(a, b)\n    print(f\"\ucd5c\ub300 \uacf5\uc57d\uc218: {result}\")\n<\/code><\/pre>\n<h2>\uacb0\ub860<\/h2>\n<p>\uc774\ubc88 \uae00\uc5d0\uc11c\ub294 \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\ub97c \ud1b5\ud574 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc758 \uc6d0\ub9ac\ub97c \ubc30\uc6b0\uace0, \uc2e4\uc81c\ub85c \ud30c\uc774\uc36c\uc73c\ub85c \uad6c\ud604\ud574\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \uc774 \ubb38\uc81c\ub294 \ub2e4\uc591\ud55c \uc751\uc6a9\uc774 \uac00\ub2a5\ud558\uba70, \ub2e4\ub978 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud480 \ub54c\ub3c4 \uac19\uc740 \uc6d0\ub9ac\ub97c \uc801\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \uacfc\uc815\uc5d0\uc11c \uc218\ud559\uacfc \ud504\ub85c\uadf8\ub798\ubc0d\uc758 \uc870\ud654\ub97c \uacbd\ud5d8\ud574 \ubcf4\uc2dc\uae38 \ubc14\ub78d\ub2c8\ub2e4.<\/p>\n<p><strong>\uaf2d \ub9c8\ubb34\ub9ac\ub85c \ub9d0\uc500\ub4dc\ub9ac\uace0 \uc2f6\uc740 \uc810\uc740!<\/strong><\/p>\n<p>\ucf54\ub529\ud14c\uc2a4\ud2b8 \uc900\ube44\uc758 \uae30\ubcf8\uc740 \ub2e4\uc591\ud55c \ubb38\uc81c\ub97c \ub9ce\uc774 \ud480\uc5b4\ubcf4\ub294 \uac83\uc785\ub2c8\ub2e4. \ub9ce\uc740 \ubb38\uc81c\ub4e4\uc744 \ud480\uc5b4\ubcf4\uc2dc\uace0, \ubcf5\uc2b5\ud558\uc2dc\ub294 \uacfc\uc815\uc744 \ud1b5\ud574 \ucf54\ub529 \uc2e4\ub825\uc744 \ud55c\uce35 \ub354 \ubc1c\uc804\uc2dc\ud0ac \uc218 \uc788\uc744 \uac83\uc785\ub2c8\ub2e4. \uac10\uc0ac\ud569\ub2c8\ub2e4!<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc548\ub155\ud558\uc138\uc694! \uc624\ub298\uc740 \ucf54\ub529\ud14c\uc2a4\ud2b8\ub97c \uc900\ube44\ud558\ub294 \uc5ec\ub7ec\ubd84\uc744 \uc704\ud574 &#8220;\ucd5c\ub300 \uacf5\uc57d\uc218&#8221;\ub97c \uad6c\ud558\ub294 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ub2e4\ub904\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c \uc801\uc808\ud558\uac8c \uacc4\uc0b0\ud558\ub294 \uac83\uc740 \uc5ec\ub7ec \ubb38\uc81c\uc5d0\uc11c \ud544\uc218\uc801\uc73c\ub85c \ud544\uc694\ud558\uba70, \ud2b9\ud788 \uc218\ud559\uc801 \uc0ac\uace0\uc640 \uc54c\uace0\ub9ac\uc998\uc801 \uc0ac\uace0\ub97c \ub3d9\uc2dc\uc5d0 \uc694\uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc774\ubc88 \uc2dc\uac04\uc5d0\ub294 \ud568\uc218\ud615 \ud504\ub85c\uadf8\ub798\ubc0d \uae30\ubc95\uc744 \uc0ac\uc6a9\ud560 \uac83\uc774\uba70, Python \uc5b8\uc5b4\ub97c \uc774\uc6a9\ud574 \uc2e4\uc2b5\ud560 \uac83\uc785\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \ub450 \uac1c\uc758 \uc815\uc218 a, b\uac00 \uc8fc\uc5b4\uc9c8 \ub54c, \uc774 \ub450 \uc218\uc758 \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c &hellip; <a href=\"https:\/\/atmokpo.com\/w\/27178\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\ud30c\uc774\uc36c \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":[23],"tags":[],"class_list":["post-27178","post","type-post","status-publish","format-standard","hentry","category-23"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\ud30c\uc774\uc36c \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\/27178\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud30c\uc774\uc36c \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 \ucf54\ub529\ud14c\uc2a4\ud2b8\ub97c \uc900\ube44\ud558\ub294 \uc5ec\ub7ec\ubd84\uc744 \uc704\ud574 &#8220;\ucd5c\ub300 \uacf5\uc57d\uc218&#8221;\ub97c \uad6c\ud558\ub294 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ub2e4\ub904\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c \uc801\uc808\ud558\uac8c \uacc4\uc0b0\ud558\ub294 \uac83\uc740 \uc5ec\ub7ec \ubb38\uc81c\uc5d0\uc11c \ud544\uc218\uc801\uc73c\ub85c \ud544\uc694\ud558\uba70, \ud2b9\ud788 \uc218\ud559\uc801 \uc0ac\uace0\uc640 \uc54c\uace0\ub9ac\uc998\uc801 \uc0ac\uace0\ub97c \ub3d9\uc2dc\uc5d0 \uc694\uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc774\ubc88 \uc2dc\uac04\uc5d0\ub294 \ud568\uc218\ud615 \ud504\ub85c\uadf8\ub798\ubc0d \uae30\ubc95\uc744 \uc0ac\uc6a9\ud560 \uac83\uc774\uba70, Python \uc5b8\uc5b4\ub97c \uc774\uc6a9\ud574 \uc2e4\uc2b5\ud560 \uac83\uc785\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \ub450 \uac1c\uc758 \uc815\uc218 a, b\uac00 \uc8fc\uc5b4\uc9c8 \ub54c, \uc774 \ub450 \uc218\uc758 \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c &hellip; \ub354 \ubcf4\uae30 &quot;\ud30c\uc774\uc36c \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\/27178\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T13:44:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:20:55+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\/27178\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27178\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\ub300 \uacf5\uc57d\uc218 \uad6c\ud558\uae30\",\"datePublished\":\"2024-10-27T13:44:18+00:00\",\"dateModified\":\"2024-11-26T07:20:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27178\/\"},\"wordCount\":5,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/27178\/\",\"url\":\"https:\/\/atmokpo.com\/w\/27178\/\",\"name\":\"\ud30c\uc774\uc36c \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-27T13:44:18+00:00\",\"dateModified\":\"2024-11-26T07:20:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27178\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/27178\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/27178\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud30c\uc774\uc36c \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":"\ud30c\uc774\uc36c \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\/27178\/","og_locale":"ko_KR","og_type":"article","og_title":"\ud30c\uc774\uc36c \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 \ucf54\ub529\ud14c\uc2a4\ud2b8\ub97c \uc900\ube44\ud558\ub294 \uc5ec\ub7ec\ubd84\uc744 \uc704\ud574 &#8220;\ucd5c\ub300 \uacf5\uc57d\uc218&#8221;\ub97c \uad6c\ud558\ub294 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ub2e4\ub904\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c \uc801\uc808\ud558\uac8c \uacc4\uc0b0\ud558\ub294 \uac83\uc740 \uc5ec\ub7ec \ubb38\uc81c\uc5d0\uc11c \ud544\uc218\uc801\uc73c\ub85c \ud544\uc694\ud558\uba70, \ud2b9\ud788 \uc218\ud559\uc801 \uc0ac\uace0\uc640 \uc54c\uace0\ub9ac\uc998\uc801 \uc0ac\uace0\ub97c \ub3d9\uc2dc\uc5d0 \uc694\uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc774\ubc88 \uc2dc\uac04\uc5d0\ub294 \ud568\uc218\ud615 \ud504\ub85c\uadf8\ub798\ubc0d \uae30\ubc95\uc744 \uc0ac\uc6a9\ud560 \uac83\uc774\uba70, Python \uc5b8\uc5b4\ub97c \uc774\uc6a9\ud574 \uc2e4\uc2b5\ud560 \uac83\uc785\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \ub450 \uac1c\uc758 \uc815\uc218 a, b\uac00 \uc8fc\uc5b4\uc9c8 \ub54c, \uc774 \ub450 \uc218\uc758 \ucd5c\ub300 \uacf5\uc57d\uc218\ub97c &hellip; \ub354 \ubcf4\uae30 \"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\ub300 \uacf5\uc57d\uc218 \uad6c\ud558\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/27178\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T13:44:18+00:00","article_modified_time":"2024-11-26T07:20:55+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\/27178\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/27178\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\ub300 \uacf5\uc57d\uc218 \uad6c\ud558\uae30","datePublished":"2024-10-27T13:44:18+00:00","dateModified":"2024-11-26T07:20:55+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/27178\/"},"wordCount":5,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/27178\/","url":"https:\/\/atmokpo.com\/w\/27178\/","name":"\ud30c\uc774\uc36c \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-27T13:44:18+00:00","dateModified":"2024-11-26T07:20:55+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/27178\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/27178\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/27178\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\ud30c\uc774\uc36c \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\/27178","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=27178"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27178\/revisions"}],"predecessor-version":[{"id":27179,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27178\/revisions\/27179"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=27178"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=27178"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=27178"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}