{"id":27503,"date":"2024-10-27T14:12:11","date_gmt":"2024-10-27T14:12:11","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=27503"},"modified":"2024-11-26T07:17:44","modified_gmt":"2024-11-26T07:17:44","slug":"c-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c-%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\/27503\/","title":{"rendered":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95"},"content":{"rendered":"<p><body><\/p>\n<h2>\uc11c\ub860<\/h2>\n<p>\n        \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \ucd9c\uc81c\ub418\ub294 \uc54c\uace0\ub9ac\uc998 \uc911 \ud558\ub098\uc778 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95(Euclidean Algorithm)\uc740 \ub450 \uc218\uc758 \ucd5c\ub300\uacf5\uc57d\uc218(GCD)\ub97c \ud6a8\uc728\uc801\uc73c\ub85c \uad6c\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4.<br \/>\n        \uc774 \ubc29\ubc95\uc740 \uace0\ub300 \uadf8\ub9ac\uc2a4 \uc218\ud559\uc790 \uc720\ud074\ub9ac\ub4dc\uac00 \uc18c\uac1c\ud588\uc73c\uba70, \uc54c\uace0\ub9ac\uc998\uc758 \uae30\ucd08\uc5d0 \ud574\ub2f9\ud558\ub294 \ub0b4\uc6a9\uc774\uae30 \ub54c\ubb38\uc5d0 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\uc640 \uad00\uacc4\uc5c6\uc774 \uc54c\uc544\ub450\uc5b4\uc57c \ud560 \ud544\uc218 \uac1c\ub150\uc785\ub2c8\ub2e4.<br \/>\n        \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 C#\uc744 \uc774\uc6a9\ud558\uc5ec \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc744 \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6cc\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<h2>\ubb38\uc81c \uc124\uba85<\/h2>\n<p>\n        \uc8fc\uc5b4\uc9c4 \ub450 \uc815\uc218 a\uc640 b\uc5d0 \ub300\ud574, \ub450 \uc218\uc758 \ucd5c\ub300\uacf5\uc57d\uc218(GCD)\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4.<br \/>\n        GCD\ub294 \ub450 \uc815\uc218\uac00 \uacf5\ud1b5\uc73c\ub85c \uac00\uc9c0\ub294 \ucd5c\ub300\uc758 \uc591\uc758 \uc57d\uc218\uc785\ub2c8\ub2e4.<br \/>\n        \uc608\ub97c \ub4e4\uc5b4, a = 48, b = 18\uc77c \ub54c, GCD(48, 18) = 6\uc774 \ub429\ub2c8\ub2e4.\n    <\/p>\n<h3>\uc785\ub825 \ud615\uc2dd<\/h3>\n<pre><code>\uccab \ubc88\uc9f8 \uc904\uc5d0 \uc815\uc218 a\uc640 b\uac00 \uacf5\ubc31\uc73c\ub85c \uad6c\ubd84\ub418\uc5b4 \uc8fc\uc5b4\uc9c4\ub2e4 (1 \u2264 a, b \u2264 10^9).<\/code><\/pre>\n<h3>\ucd9c\ub825 \ud615\uc2dd<\/h3>\n<pre><code>\ub450 \uc218 a\uc640 b\uc758 \ucd5c\ub300\uacf5\uc57d\uc218(GCD)\ub97c \ucd9c\ub825\ud55c\ub2e4.<\/code><\/pre>\n<h2>\uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95 \uc774\ud574\ud558\uae30<\/h2>\n<p>\n        \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc740 \ub2e4\uc74c\uacfc \uac19\uc740 \uc6d0\ub9ac\ub97c \uae30\ubc18\uc73c\ub85c \ud569\ub2c8\ub2e4:\n    <\/p>\n<p>\n        1. \ub450 \uc218 a\uc640 b\uac00 \uc8fc\uc5b4\uc9c8 \ub54c, a\ub97c b\ub85c \ub098\ub208 \ub098\uba38\uc9c0\ub97c r\uc774\ub77c\uace0 \ud560 \ub54c, GCD(a, b) = GCD(b, r) \uc785\ub2c8\ub2e4.<br \/>\n        2. \uc774 \uacfc\uc815\uc744 \ubc18\ubcf5\ud558\uc5ec b\uac00 0\uc774 \ub420 \ub54c, a\uac00 GCD\uac00 \ub429\ub2c8\ub2e4.\n    <\/p>\n<p>\n        \uc774\ub7ec\ud55c \ubc29\ubc95\uc740 \ub9e4\uc6b0 \ud6a8\uc728\uc801\uc774\uba70, \ud2b9\ud788 a\uc640 b\uc774 \ud070 \uacbd\uc6b0\uc5d0\ub3c4 \ube60\ub974\uac8c \uacc4\uc0b0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\n        \uc774\ub7ec\ud55c \ud2b9\uc131 \ub355\ubd84\uc5d0 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc740 \ub9ce\uc740 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\uc5d0\uc11c \uc720\uc6a9\ud558\uac8c \uc0ac\uc6a9\ub429\ub2c8\ub2e4.\n    <\/p>\n<h2>C#\uc73c\ub85c \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95 \uad6c\ud604\ud558\uae30<\/h2>\n<p>\n        \uc774\uc81c C#\uc744 \uc774\uc6a9\ud574 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc744 \uad6c\ud604\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc544\ub798\ub294 \ud574\ub2f9 \uc54c\uace0\ub9ac\uc998\uc744 \uad6c\ud604\ud55c \ucf54\ub4dc\uc785\ub2c8\ub2e4.\n    <\/p>\n<pre><code>\n    using System;\n\n    class Program\n    {\n        static void Main(string[] args)\n        {\n            \/\/ \uc785\ub825\uac12 \ubc1b\uae30\n            string[] inputs = Console.ReadLine().Split(' ');\n            int a = int.Parse(inputs[0]);\n            int b = int.Parse(inputs[1]);\n\n            \/\/ \ucd5c\ub300\uacf5\uc57d\uc218 \uacc4\uc0b0\n            int gcd = EuclideanGCD(a, b);\n            Console.WriteLine(gcd);\n        }\n\n        static int EuclideanGCD(int a, int b)\n        {\n            while (b != 0)\n            {\n                int temp = b;\n                b = a % b;  \/\/ \ub098\uba38\uc9c0\ub97c \uad6c\ud568\n                a = temp;   \/\/ b\uc758 \uac12\uc744 a\uc5d0 \ub300\uc785\n            }\n            return a;  \/\/ GCD\ub97c \ubc18\ud658\n        }\n    }\n    <\/code><\/pre>\n<h3>\ucf54\ub4dc \uc124\uba85<\/h3>\n<p>\n        \uc704 \ucf54\ub4dc\ub294 \ub450 \uc815\uc218\ub97c \uc785\ub825\ubc1b\uc544 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc744 \uc774\uc6a9\ud558\uc5ec \ucd5c\ub300\uacf5\uc57d\uc218\ub97c \uacc4\uc0b0\ud569\ub2c8\ub2e4.<br \/>\n        <code>Main<\/code> \uba54\uc11c\ub4dc\uc5d0\uc11c\ub294 \uc0ac\uc6a9\uc790\ub85c\ubd80\ud130 \ub450 \uc218\ub97c \uc785\ub825\ubc1b\uace0, <code>EuclideanGCD<\/code> \uba54\uc11c\ub4dc\ub97c \ud638\ucd9c\ud558\uc5ec GCD\ub97c \uacc4\uc0b0\ud569\ub2c8\ub2e4.<br \/>\n        <code>EuclideanGCD<\/code> \uba54\uc11c\ub4dc\ub294 while \ub8e8\ud504\ub97c \uc0ac\uc6a9\ud558\uc5ec b\uac00 0\uc774 \ub420 \ub54c\uae4c\uc9c0 \ubc18\ubcf5\ud558\uba70, GCD\ub97c \uacc4\uc0b0\ud569\ub2c8\ub2e4.\n    <\/p>\n<h2>\uc2dc\uac04 \ubcf5\uc7a1\ub3c4 \ubc0f \uacf5\uac04 \ubcf5\uc7a1\ub3c4<\/h2>\n<p>\n        \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\uac00 \uc9c0\uc218\uc801\uc73c\ub85c \uc904\uc5b4\ub4e4\uae30 \ub54c\ubb38\uc785\ub2c8\ub2e4.<br \/>\n        \uacf5\uac04 \ubcf5\uc7a1\ub3c4\ub294 O(1)\ub85c, \ucd94\uac00\uc801\uc778 \uc790\ub8cc\uad6c\uc870\ub97c \uc0ac\uc6a9\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ub9e4\uc6b0 \ud6a8\uc728\uc801\uc785\ub2c8\ub2e4.\n    <\/p>\n<h2>\ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4<\/h2>\n<p>\n        \uc54c\uace0\ub9ac\uc998\uc758 \uc815\ud655\uc131\uc744 \uac80\uc99d\ud558\uae30 \uc704\ud574 \ub2e4\uc74c\uacfc \uac19\uc740 \ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4\ub97c \uc0ac\uc6a9\ud574 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<pre><code>\n    \/\/ \ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4\n    48 18  \/\/ \uc608\uc0c1 \ucd9c\ub825: 6\n    56 98  \/\/ \uc608\uc0c1 \ucd9c\ub825: 14\n    101 103 \/\/ \uc608\uc0c1 \ucd9c\ub825: 1\n    1000000000 500000000 \/\/ \uc608\uc0c1 \ucd9c\ub825: 500000000\n    <\/code><\/pre>\n<h2>\uacb0\ub860<\/h2>\n<p>\n        \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc740 \ucd5c\ub300\uacf5\uc57d\uc218\ub97c \uad6c\ud558\ub294 \ub9e4\uc6b0 \ud6a8\uc728\uc801\uc778 \uc54c\uace0\ub9ac\uc998\uc785\ub2c8\ub2e4.<br \/>\n        \uc774\ubc88 \uae00\uc744 \ud1b5\ud574 C#\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc744 \uc5b4\ub5bb\uac8c \uad6c\ud604\ud560 \uc218 \uc788\ub294\uc9c0 \uc0b4\ud3b4\ubcf4\uc558\uc2b5\ub2c8\ub2e4.<br \/>\n        \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc774\ub7ec\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \uc790\uc8fc \ub9cc\ub098\uac8c \ub420 \uac83\uc774\ubbc0\ub85c, \uc774\ud574\ud558\uace0 \uc5f0\uc2b5\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.\n    <\/p>\n<p>\n        \uc55e\uc73c\ub85c \ub2e4\uc591\ud55c \uc54c\uace0\ub9ac\uc998\uc5d0 \ub300\ud55c \uc2ec\ub3c4 \uc788\ub294 \uac15\uc88c\ub97c \uc9c4\ud589\ud560 \uc608\uc815\uc774\ub2c8, \ub9ce\uc740 \uad00\uc2ec \ubd80\ud0c1\ub4dc\ub9bd\ub2c8\ub2e4!\n    <\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc11c\ub860 \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \ucd9c\uc81c\ub418\ub294 \uc54c\uace0\ub9ac\uc998 \uc911 \ud558\ub098\uc778 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95(Euclidean Algorithm)\uc740 \ub450 \uc218\uc758 \ucd5c\ub300\uacf5\uc57d\uc218(GCD)\ub97c \ud6a8\uc728\uc801\uc73c\ub85c \uad6c\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. \uc774 \ubc29\ubc95\uc740 \uace0\ub300 \uadf8\ub9ac\uc2a4 \uc218\ud559\uc790 \uc720\ud074\ub9ac\ub4dc\uac00 \uc18c\uac1c\ud588\uc73c\uba70, \uc54c\uace0\ub9ac\uc998\uc758 \uae30\ucd08\uc5d0 \ud574\ub2f9\ud558\ub294 \ub0b4\uc6a9\uc774\uae30 \ub54c\ubb38\uc5d0 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\uc640 \uad00\uacc4\uc5c6\uc774 \uc54c\uc544\ub450\uc5b4\uc57c \ud560 \ud544\uc218 \uac1c\ub150\uc785\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 C#\uc744 \uc774\uc6a9\ud558\uc5ec \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc744 \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6cc\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \ub450 \uc815\uc218 a\uc640 b\uc5d0 \ub300\ud574, \ub450 \uc218\uc758 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/27503\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \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":[24],"tags":[],"class_list":["post-27503","post","type-post","status-publish","format-standard","hentry","category-c--"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \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\/27503\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc11c\ub860 \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \ucd9c\uc81c\ub418\ub294 \uc54c\uace0\ub9ac\uc998 \uc911 \ud558\ub098\uc778 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95(Euclidean Algorithm)\uc740 \ub450 \uc218\uc758 \ucd5c\ub300\uacf5\uc57d\uc218(GCD)\ub97c \ud6a8\uc728\uc801\uc73c\ub85c \uad6c\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. \uc774 \ubc29\ubc95\uc740 \uace0\ub300 \uadf8\ub9ac\uc2a4 \uc218\ud559\uc790 \uc720\ud074\ub9ac\ub4dc\uac00 \uc18c\uac1c\ud588\uc73c\uba70, \uc54c\uace0\ub9ac\uc998\uc758 \uae30\ucd08\uc5d0 \ud574\ub2f9\ud558\ub294 \ub0b4\uc6a9\uc774\uae30 \ub54c\ubb38\uc5d0 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\uc640 \uad00\uacc4\uc5c6\uc774 \uc54c\uc544\ub450\uc5b4\uc57c \ud560 \ud544\uc218 \uac1c\ub150\uc785\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 C#\uc744 \uc774\uc6a9\ud558\uc5ec \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc744 \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6cc\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \ub450 \uc815\uc218 a\uc640 b\uc5d0 \ub300\ud574, \ub450 \uc218\uc758 &hellip; \ub354 \ubcf4\uae30 &quot;C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/27503\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T14:12:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:17:44+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\/27503\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27503\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\",\"datePublished\":\"2024-10-27T14:12:11+00:00\",\"dateModified\":\"2024-11-26T07:17:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27503\/\"},\"wordCount\":41,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/27503\/\",\"url\":\"https:\/\/atmokpo.com\/w\/27503\/\",\"name\":\"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T14:12:11+00:00\",\"dateModified\":\"2024-11-26T07:17:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27503\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/27503\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/27503\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \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":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \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\/27503\/","og_locale":"ko_KR","og_type":"article","og_title":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc11c\ub860 \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \ucd9c\uc81c\ub418\ub294 \uc54c\uace0\ub9ac\uc998 \uc911 \ud558\ub098\uc778 \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95(Euclidean Algorithm)\uc740 \ub450 \uc218\uc758 \ucd5c\ub300\uacf5\uc57d\uc218(GCD)\ub97c \ud6a8\uc728\uc801\uc73c\ub85c \uad6c\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. \uc774 \ubc29\ubc95\uc740 \uace0\ub300 \uadf8\ub9ac\uc2a4 \uc218\ud559\uc790 \uc720\ud074\ub9ac\ub4dc\uac00 \uc18c\uac1c\ud588\uc73c\uba70, \uc54c\uace0\ub9ac\uc998\uc758 \uae30\ucd08\uc5d0 \ud574\ub2f9\ud558\ub294 \ub0b4\uc6a9\uc774\uae30 \ub54c\ubb38\uc5d0 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\uc640 \uad00\uacc4\uc5c6\uc774 \uc54c\uc544\ub450\uc5b4\uc57c \ud560 \ud544\uc218 \uac1c\ub150\uc785\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 C#\uc744 \uc774\uc6a9\ud558\uc5ec \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\uc744 \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6cc\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \ub450 \uc815\uc218 a\uc640 b\uc5d0 \ub300\ud574, \ub450 \uc218\uc758 &hellip; \ub354 \ubcf4\uae30 \"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95\"","og_url":"https:\/\/atmokpo.com\/w\/27503\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T14:12:11+00:00","article_modified_time":"2024-11-26T07:17:44+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\/27503\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/27503\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95","datePublished":"2024-10-27T14:12:11+00:00","dateModified":"2024-11-26T07:17:44+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/27503\/"},"wordCount":41,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/27503\/","url":"https:\/\/atmokpo.com\/w\/27503\/","name":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc720\ud074\ub9ac\ub4dc \ud638\uc81c\ubc95 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T14:12:11+00:00","dateModified":"2024-11-26T07:17:44+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/27503\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/27503\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/27503\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \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":[{"id":27154,"url":"https:\/\/atmokpo.com\/w\/27154\/","url_meta":{"origin":27503,"position":0},"title":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\ud56d\uacc4\uc218 \uad6c\ud558\uae30 1","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 | \ub0a0\uc9dc: 2024\ub144 11\uc6d4 26\uc77c 1. \uc774\ud56d\uacc4\uc218\ub780? \uc774\ud56d\uacc4\uc218\ub294 \uc870\ud569\ub860\uc5d0\uc11c \ub450 \uac1c\uc758 \uc815\uc218 n,k\uc5d0 \ub300\ud574 \uc815\uc758\ub429\ub2c8\ub2e4. n\uac1c \uc911\uc5d0\uc11c k\uac1c\ub97c \uc120\ud0dd\ud558\ub294 \ubc29\ubc95\uc758 \uc218\ub97c \ub098\ud0c0\ub0b4\uba70, \ud45c\uae30\ubc95\uc740 C(n, k) \ub610\ub294 (n choose k)\uc785\ub2c8\ub2e4. \uc774\ud56d\uacc4\uc218\ub294 \ub2e4\uc74c\uacfc \uac19\uc774 \uacc4\uc0b0\ub429\ub2c8\ub2e4: C(n, k) = n! \/ (k! * (n-k)!) \uc5ec\uae30\uc11c n!\uc740 n\uc758 \ud329\ud1a0\ub9ac\uc5bc\ub85c, n! = n\u2026","rel":"","context":"&quot;\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%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\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":26986,"url":"https:\/\/atmokpo.com\/w\/26986\/","url_meta":{"origin":27503,"position":1},"title":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \u2018\uc88b\uc740 \uc218\u2019 \uad6c\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 | \ub0a0\uc9dc: 2024\ub144 11\uc6d4 26\uc77c \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \uc22b\uc790 n\uc774 \u2018\uc88b\uc740 \uc218\u2019\ub77c\uba74, \uadf8 \uc218\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \u2018\uc88b\uc740 \uc218\u2019\uc758 \uc870\uac74\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4. \u2018\uc88b\uc740 \uc218\u2019\ub294 \ub450 \uc790\ub9ac \uc774\uc0c1\uc758 \uc790\uc5f0\uc218\uc774\ub2e4. \uac01 \uc790\ub9ac\uc758 \ud569\uc774 \ud640\uc218\uc778 \uc218\ub97c \u2018\uc88b\uc740 \uc218\u2019\ub85c \uc815\uc758\ud55c\ub2e4. \uc8fc\uc5b4\uc9c4 n \uc774\ud558\uc758 \ubaa8\ub4e0 \u2018\uc88b\uc740 \uc218\u2019\ub97c \ucc3e\uc544\ub0b4\uc5b4 \ub9ac\uc2a4\ud2b8\ub85c \ubc18\ud658\ud558\ub77c. \uc608\ub97c \ub4e4\uc5b4, n\uc774 30\uc77c\u2026","rel":"","context":"&quot;\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%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\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":26730,"url":"https:\/\/atmokpo.com\/w\/26730\/","url_meta":{"origin":27503,"position":2},"title":"\uc790\ubc14 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uad6c\uac04 \ud569 \uad6c\ud558\uae30 2","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc800\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c 1. \ubb38\uc81c \uc124\uba85 \uc774\ubc88 \uc2dc\uac04\uc5d0\ub294 \uad6c\uac04 \ud569 \ubb38\uc81c\ub97c \ub2e4\ub904 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc54c\uace0\ub9ac\uc998 \ubc0f \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \uc811\ud560 \uc218 \uc788\ub294 \ubb38\uc81c \uc911 \ud558\ub098\ub85c, \uc8fc\uc5b4\uc9c4 \ubc30\uc5f4\uc758 \ud2b9\uc815 \uad6c\uac04\uc758 \ud569\uc744 \ud6a8\uc728\uc801\uc73c\ub85c \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6cc\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ubb38\uc81c\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4. \uc815\uc218\ub85c \uc774\ub8e8\uc5b4\uc9c4 \ubc30\uc5f4 A\uc640 \ub2e4\uc591\ud55c \ucffc\ub9ac\ub4e4\uc774 \uc8fc\uc5b4\uc9c8 \ub54c, \uac01 \ucffc\ub9ac\uc5d0\uc11c \uc81c\uc2dc\ud55c\u2026","rel":"","context":"&quot;\uc790\ubc14 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\uc790\ubc14 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ec%9e%90%eb%b0%94-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27776,"url":"https:\/\/atmokpo.com\/w\/27776\/","url_meta":{"origin":27503,"position":3},"title":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud1f4\uc0ac \uc900\ube44\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc5ec\ub7ec\ubd84 \uc548\ub155\ud558\uc138\uc694! \uc774\ubc88 \ud3ec\uc2a4\ud2b8\uc5d0\uc11c\ub294 C++\ub85c \ucde8\uc5c5\uc744 \uc900\ube44\ud558\ub294 \uc774\ub4e4\uc744 \uc704\ud55c \ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ucf54\ub529\ud14c\uc2a4\ud2b8\uc758 \uc911\uc694\uc131 \ucd5c\uadfc \ub9ce\uc740 \uae30\uc5c5\ub4e4\uc774 \uae30\uc220 \uba74\uc811\uc744 \uc704\ud574 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \uc81c\uc2dc\ud569\ub2c8\ub2e4. \uc774 \uacfc\uc815\uc5d0\uc11c \uc6b0\ub9ac\ub294 \uc54c\uace0\ub9ac\uc998\uc744 \uc774\ud574\ud558\uace0 \uc774\ub97c C++\ub85c \uad6c\ud604\ud560 \uc218 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. \uc54c\uace0\ub9ac\uc998\uacfc \uc790\ub8cc \uad6c\uc870\uc5d0 \ub300\ud55c \uae4a\uc740 \uc774\ud574\ub294 \uba74\uc811\uc5d0\uc11c \uc88b\uc740 \uacb0\uacfc\ub97c \uac00\uc838\uc62c \uc218 \uc788\ub294 \uc5f4\uc1e0\uc785\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \ubb38\uc81c:\u2026","rel":"","context":"&quot;C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/c-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c-2\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":28488,"url":"https:\/\/atmokpo.com\/w\/28488\/","url_meta":{"origin":27503,"position":4},"title":"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc218 \uc815\ub82c\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c \uc11c\ub860 \ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0\uc11c\ub294 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ud480\uc774 \ub2a5\ub825\uc744 \ud3c9\uac00\ud558\uae30 \uc704\ud574 \ub2e4\uc591\ud55c \ubb38\uc81c\ub4e4\uc774 \ucd9c\uc81c\ub429\ub2c8\ub2e4. \uadf8 \uc911\uc5d0\uc11c\ub3c4 \"\uc218 \uc815\ub82c\ud558\uae30\" \ubb38\uc81c\ub294 \uae30\ubcf8\uc801\uc774\uba74\uc11c\ub3c4 \uc911\uc694\ud55c \uc54c\uace0\ub9ac\uc998 \uc0ac\uace0\ub825\uc744 \uc694\uad6c\ud558\ub294 \ubb38\uc81c\uac00 \ub429\ub2c8\ub2e4. \uc774 \ubb38\uc81c\ub97c \ud1b5\ud574 \uae30\ubcf8\uc801\uc778 \uc815\ub82c \uc54c\uace0\ub9ac\uc998\uc744 \uc774\ud574\ud558\uace0, \ucf54\ud2c0\ub9b0 \uc5b8\uc5b4\uc758 \ubb38\ubc95\uc5d0 \uc775\uc219\ud574\uc9c0\ub294 \uae30\ud68c\ub97c \uc81c\uacf5\ud558\uace0\uc790 \ud569\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \uc815\uc218 N\uac1c\ub97c \uc624\ub984\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud558\ub294 \ud504\ub85c\uadf8\ub7a8\uc744\u2026","rel":"","context":"&quot;\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%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\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27386,"url":"https:\/\/atmokpo.com\/w\/27386\/","url_meta":{"origin":27503,"position":5},"title":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \u2018\uc88b\uc740 \uc218\u2019 \uad6c\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\ubb38\uc81c \uc124\uba85 \"\uc88b\uc740 \uc218\"\ub780 \uc8fc\uc5b4\uc9c4 \uc218 N\uc758 \ubaa8\ub4e0 \uc57d\uc218 \uc911\uc5d0\uc11c \ud640\uc218\uc778 \uc57d\uc218\ub97c \uc758\ubbf8\ud569\ub2c8\ub2e4. \uc5ec\ub7ec\ubd84\uc758 \ubaa9\ud45c\ub294 \uc8fc\uc5b4\uc9c4 \uc218 N\uc774 \uc788\uc744 \ub54c, N\uc758 \ubaa8\ub4e0 \ud640\uc218 \uc57d\uc218\ub97c \ucc3e\uc544\ub0b4\ub294 \uac83\uc785\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, N\uc774 12\ub77c\uba74, \uc774 \uc218\uc758 \uc57d\uc218\ub294 1, 2, 3, 4, 6, 12\uc774\uba70, \uadf8 \uc911 \ud640\uc218 \uc57d\uc218\ub294 1\uacfc 3\uc785\ub2c8\ub2e4. \uc774 \ubb38\uc81c\uc5d0\uc11c \uc8fc\uc5b4\uc9c4 \uc218\uc758 \ud640\uc218\u2026","rel":"","context":"&quot;C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/c-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27503","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=27503"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27503\/revisions"}],"predecessor-version":[{"id":27504,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27503\/revisions\/27504"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=27503"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=27503"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=27503"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}