{"id":27410,"date":"2024-10-27T14:11:24","date_gmt":"2024-10-27T14:11:24","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=27410"},"modified":"2024-11-26T07:18:39","modified_gmt":"2024-11-26T07:18:39","slug":"c-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c-%ec%9d%b4%ec%b9%9c%ec%88%98-%ea%b5%ac%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/27410\/","title":{"rendered":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\uce5c\uc218 \uad6c\ud558\uae30"},"content":{"rendered":"<p><body><\/p>\n<h2>1. \uc11c\ub860<\/h2>\n<p>\n        \ucf54\ub529 \ud14c\uc2a4\ud2b8\ub294 \ub9ce\uc740 \uae30\uc5c5\uc5d0\uc11c \uc9c0\uc6d0\uc790\uc758 \uc54c\uace0\ub9ac\uc998\uc801 \uc0ac\uace0\uc640 \ubb38\uc81c\ud574\uacb0 \ub2a5\ub825\uc744 \ud3c9\uac00\ud558\uae30 \uc704\ud574<br \/>\n        \uc2e4\uc2dc\ud569\ub2c8\ub2e4. \ub2e4\uc591\ud55c \uc8fc\uc81c\uc640 \ub09c\uc774\ub3c4\uac00 \uc874\uc7ac\ud558\ub294 \ubb38\uc81c\ub4e4 \uc911\uc5d0\uc11c, &#8220;\uc774\uce5c\uc218 \uad6c\ud558\uae30&#8221;\ub294<br \/>\n        DP(Dynamic Programming) \uae30\ubc95\uc744 \ud65c\uc6a9\ud560 \uc218 \uc788\ub294 \uc88b\uc740 \uc608\uc2dc\uc785\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 \uc774\uce5c\uc218 \uad6c\ud558\ub294 \ubb38\uc81c\ub97c<br \/>\n        \uc0c1\uc138\ud788 \uc124\uba85\ud558\uace0, C#\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \uacfc\uc815\uc744 \ub2e8\uacc4\ubcc4\ub85c \uc9c4\ud589\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<h2>2. \ubb38\uc81c \uc124\uba85<\/h2>\n<p>\n        \uc774\uce5c\uc218(Binary Number)\ub294 0\uacfc 1\ub85c \uc774\ub8e8\uc5b4\uc9c4 \uc22b\uc790 \uc911\uc5d0\uc11c,<br \/>\n        \ub450 \uac1c\uc758 1\uc774 \uc5f0\uc18d\uc73c\ub85c \ub098\ud0c0\ub098\uc9c0 \uc54a\ub294 \uc218\ub97c \uc758\ubbf8\ud569\ub2c8\ub2e4.<br \/>\n        \uc608\ub97c \ub4e4\uc5b4, 0\uacfc 1\ub85c \uc774\ub8e8\uc5b4\uc9c4 \uc774\uce5c\uc218\uc758 \uc608\uc2dc\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<br \/>\n        0, 1, 010, 001, 100, 0101, 1010, 1001, 0001 \ub4f1\uc785\ub2c8\ub2e4.<br \/>\n        \ubc18\uba74 11, 00000\uc774\ub098 1111\uc740 \uc774\uce5c\uc218\uac00 \uc544\ub2d9\ub2c8\ub2e4.<br \/>\n        \uc608\ub97c \ub4e4\uc5b4 N\uc774 \uc8fc\uc5b4\uc9c8 \ub54c, N \uae38\uc774\uc758 \uc774\uce5c\uc218\uc758 \uac1c\uc218\ub97c \uad6c\ud558\ub77c\ub294 \ubb38\uc81c\uac00 \uc8fc\uc5b4\uc9d1\ub2c8\ub2e4.\n    <\/p>\n<h3>2.1. \uc785\ub825 \ud615\uc2dd<\/h3>\n<p>\n        &#8211; \uccab \ubc88\uc9f8 \uc904\uc5d0 \uc815\uc218 N\uc774 \uc8fc\uc5b4\uc9c4\ub2e4. (1 \u2264 N \u2264 1,000)\n    <\/p>\n<h3>2.2. \ucd9c\ub825 \ud615\uc2dd<\/h3>\n<p>\n        &#8211; N \uae38\uc774\uc758 \uc774\uce5c\uc218\uc758 \uac1c\uc218\ub97c \ucd9c\ub825\ud55c\ub2e4.\n    <\/p>\n<h3>2.3. \uc608\uc81c<\/h3>\n<pre>\n    Input:\n    3\n    \n    Output:\n    3\n    <\/pre>\n<p>\n        \uc774 \uacbd\uc6b0 \uc774\uce5c\uc218\ub294 {001, 010, 100} \ucd1d 3\uac00\uc9c0\uac00 \uc788\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<h2>3. \ubb38\uc81c \ud574\uacb0 \ubc29\uc548<\/h2>\n<p>\n        \uc774 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\uae30 \uc704\ud574\uc11c\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \uc811\uadfc \ubc29\uc2dd\uc774 \ud544\uc694\ud569\ub2c8\ub2e4.\n    <\/p>\n<h3>3.1. DP \ubc30\uc5f4 \uc815\uc758<\/h3>\n<p>\n        \uc6b0\ub9ac\ub294 Dynamic Programming\uc744 \ud65c\uc6a9\ud558\uc5ec \uc774 \ubb38\uc81c\ub97c \ud574\uacb0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\n        \uba3c\uc800, DP \ubc30\uc5f4\uc744 \uc815\uc758\ud558\uc5ec N \uae38\uc774\uc758 \uc774\uce5c\uc218\uc758 \uac1c\uc218\ub97c \uc800\uc7a5\ud569\ub2c8\ub2e4.<br \/>\n        &#8211; DP[i]\ub294 \uae38\uc774 i\uc758 \uc774\uce5c\uc218\uc758 \uac1c\uc218\ub97c \uc800\uc7a5\ud569\ub2c8\ub2e4.\n    <\/p>\n<h3>3.2. \uc0c1\ud0dc \uc804\uc774 \uc2dd<\/h3>\n<p>\n        \ud604\uc7ac \uc0c1\ud0dc\uc5d0\uc11c \ub2e4\uc74c\uacfc \uac19\uc740 \uc0c1\ud0dc \uc804\uc774 \uc2dd\uc744 \ub3c4\ucd9c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\n        &#8211; \uae38\uc774 i\uc758 \uc774\uce5c\uc218\ub294 \uae38\uc774 (i-1)\uc5d0\uc11c \ub9c8\uc9c0\ub9c9 \uc790\ub9ac\uac00 0\uc774\ub77c\uba74 \uc774\uc5b4\ubd99\uc774\uae30 \uac00\ub2a5\ud558\uace0,<br \/>\n        &#8211; \uae38\uc774 (i-2)\uc5d0\uc11c \ub9c8\uc9c0\ub9c9 \uc790\ub9ac\uac00 1\uc774\ub77c\uba74 10\uc73c\ub85c \uc774\uc5b4\ubd99\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<p>        \ub530\ub77c\uc11c \ub2e4\uc74c\uacfc \uac19\uc774 \ud45c\ud604\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<br \/>\n        &#8211; DP[i] = DP[i-1] + DP[i-2]\n    <\/p>\n<h3>3.3. \ucd08\uae30 \uc870\uac74 \uc124\uc815<\/h3>\n<p>\n        &#8211; DP[1] = 2 (\uc774\uce5c\uc218: 0, 1)<br \/>\n        &#8211; DP[2] = 3 (\uc774\uce5c\uc218: 00, 01, 10)\n    <\/p>\n<h2>4. C# \ucf54\ub4dc \uad6c\ud604<\/h2>\n<p>\n        \uc704\uc758 \ub17c\ub9ac\ub97c \ubc14\ud0d5\uc73c\ub85c C# \ucf54\ub4dc\ub97c \uad6c\ud604\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<pre>\n    using System;\n\n    class Program\n    {\n        static void Main(string[] args)\n        {\n            int N = int.Parse(Console.ReadLine());\n            long[] dp = new long[N + 1];\n            \n            \/\/ \ucd08\uae30 \uc870\uac74 \uc124\uc815\n            dp[1] = 2; \/\/ \uc774\uce5c\uc218: 0, 1\n            if (N &gt; 1)\n            {\n                dp[2] = 3; \/\/ \uc774\uce5c\uc218: 00, 01, 10\n            }\n\n            \/\/ DP \ubc30\uc5f4 \uacc4\uc0b0\n            for (int i = 3; i &lt;= N; i++)\n            {\n                dp[i] = dp[i - 1] + dp[i - 2];\n            }\n\n            \/\/ \uacb0\uacfc \ucd9c\ub825\n            Console.WriteLine(dp[N]);\n        }\n    }\n    <\/pre>\n<h2>5. \ucf54\ub4dc \uc124\uba85<\/h2>\n<p>\n        \uc704 \ucf54\ub4dc\uc5d0\uc11c\ub294 \uc0ac\uc6a9\uc790\ub85c\ubd80\ud130 N\uc744 \uc785\ub825\ubc1b\uace0, DP \ubc30\uc5f4\uc744 \ucd08\uae30\ud654\ud55c \ud6c4<br \/>\n        \ubc18\ubcf5\ubb38\uc744 \ud1b5\ud574 DP \ubc30\uc5f4\uc744 \ucc44\uc6cc\ub098\uac11\ub2c8\ub2e4.<br \/>\n        \uadf8\ub9ac\uace0 \ub9c8\uc9c0\ub9c9\uc5d0 DP[N]\uc744 \ucd9c\ub825\ud558\uba74 N \uae38\uc774\uc758 \uc774\uce5c\uc218 \uac1c\uc218\ub97c \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<h3>5.1. \uc2dc\uac04 \ubcf5\uc7a1\ub3c4<\/h3>\n<p>\n        \uc774 \uc54c\uace0\ub9ac\uc998\uc758 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub294 O(N)\uc785\ub2c8\ub2e4. N\uc774 \ucd5c\ub300 1,000\uc77c \uacbd\uc6b0\uc5d0\ub3c4<br \/>\n        \ube60\ub974\uac8c \ub3d9\uc791\ud558\uc5ec \ub9ce\uc740 \uc591\uc758 \ub370\uc774\ud130\ub97c \ucc98\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<h3>5.2. \uacf5\uac04 \ubcf5\uc7a1\ub3c4<\/h3>\n<p>\n        \uacf5\uac04 \ubcf5\uc7a1\ub3c4 \ub610\ud55c O(N)\uc73c\ub85c DP \ubc30\uc5f4\uc744 \uc0ac\uc6a9\ud558\ub294 \ub9cc\ud07c<br \/>\n        \uba54\ubaa8\ub9ac \uc694\uad6c\ub7c9\uc774 \uc99d\uac00\ud569\ub2c8\ub2e4. \uadf8\ub7ec\ub098 N\uc774 \uc791\uae30 \ub54c\ubb38\uc5d0<br \/>\n        \uba54\ubaa8\ub9ac \uc0ac\uc6a9\ub7c9\uc740 \ud06c\uac8c \ubb38\uc81c\uac00 \ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<h2>6. \ub9c8\ubb34\ub9ac<\/h2>\n<p>\n        \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 &#8220;\uc774\uce5c\uc218 \uad6c\ud558\uae30&#8221; \ubb38\uc81c\ub97c \ub2e4\ub8e8\uc5b4\ubcf4\uc558\uc2b5\ub2c8\ub2e4.<br \/>\n        Dynamic Programming\uc758 \uae30\ubc95\uc744 \ud1b5\ud574 \ubb38\uc81c\ub97c \ub2e8\uacc4\uc801\uc73c\ub85c \ud574\uacb0\ud558\ub294<br \/>\n        \uacfc\uc815\uacfc C# \ucf54\ub4dc \uad6c\ud604\uc744 \uc124\uba85\ud588\uc2b5\ub2c8\ub2e4.<br \/>\n        \uc774\ub7ec\ud55c \uc720\ud615\uc758 \ubb38\uc81c\ub294 \uc2e4\uc81c \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \ucd9c\uc81c\ub418\uae30 \ub54c\ubb38\uc5d0,<br \/>\n        \uc5f0\uc2b5\uc744 \ud1b5\ud574 \ucda9\ubd84\ud788 \uc775\ud600\ub450\uc2dc\uba74 \uc88b\uc2b5\ub2c8\ub2e4.\n    <\/p>\n<p>\n        \ucf54\ub529 \ud14c\uc2a4\ud2b8\ub97c \uc900\ube44\ud558\uba74\uc11c \ub354 \ub9ce\uc740 \ubb38\uc81c\ub97c \ud480\uc5b4\ubcf4\uc2dc\uace0,<br \/>\n        \uac01 \ubb38\uc81c\uc5d0 \ub300\ud574 \ub2e4\uc591\ud55c \uc811\uadfc \ubc29\uc2dd\uacfc \ucd5c\uc801\ud654\ub97c \uace0\ubbfc\ud574\ubcf4\uc2dc\uae38 \ubc14\ub78d\ub2c8\ub2e4.<br \/>\n        \uac10\uc0ac\ud569\ub2c8\ub2e4!\n    <\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>1. \uc11c\ub860 \ucf54\ub529 \ud14c\uc2a4\ud2b8\ub294 \ub9ce\uc740 \uae30\uc5c5\uc5d0\uc11c \uc9c0\uc6d0\uc790\uc758 \uc54c\uace0\ub9ac\uc998\uc801 \uc0ac\uace0\uc640 \ubb38\uc81c\ud574\uacb0 \ub2a5\ub825\uc744 \ud3c9\uac00\ud558\uae30 \uc704\ud574 \uc2e4\uc2dc\ud569\ub2c8\ub2e4. \ub2e4\uc591\ud55c \uc8fc\uc81c\uc640 \ub09c\uc774\ub3c4\uac00 \uc874\uc7ac\ud558\ub294 \ubb38\uc81c\ub4e4 \uc911\uc5d0\uc11c, &#8220;\uc774\uce5c\uc218 \uad6c\ud558\uae30&#8221;\ub294 DP(Dynamic Programming) \uae30\ubc95\uc744 \ud65c\uc6a9\ud560 \uc218 \uc788\ub294 \uc88b\uc740 \uc608\uc2dc\uc785\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 \uc774\uce5c\uc218 \uad6c\ud558\ub294 \ubb38\uc81c\ub97c \uc0c1\uc138\ud788 \uc124\uba85\ud558\uace0, C#\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \uacfc\uc815\uc744 \ub2e8\uacc4\ubcc4\ub85c \uc9c4\ud589\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 2. \ubb38\uc81c \uc124\uba85 \uc774\uce5c\uc218(Binary Number)\ub294 0\uacfc 1\ub85c \uc774\ub8e8\uc5b4\uc9c4 \uc22b\uc790 \uc911\uc5d0\uc11c, \ub450 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/27410\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\uce5c\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":[24],"tags":[],"class_list":["post-27410","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, \uc774\uce5c\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\/27410\/\" \/>\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, \uc774\uce5c\uc218 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"1. \uc11c\ub860 \ucf54\ub529 \ud14c\uc2a4\ud2b8\ub294 \ub9ce\uc740 \uae30\uc5c5\uc5d0\uc11c \uc9c0\uc6d0\uc790\uc758 \uc54c\uace0\ub9ac\uc998\uc801 \uc0ac\uace0\uc640 \ubb38\uc81c\ud574\uacb0 \ub2a5\ub825\uc744 \ud3c9\uac00\ud558\uae30 \uc704\ud574 \uc2e4\uc2dc\ud569\ub2c8\ub2e4. \ub2e4\uc591\ud55c \uc8fc\uc81c\uc640 \ub09c\uc774\ub3c4\uac00 \uc874\uc7ac\ud558\ub294 \ubb38\uc81c\ub4e4 \uc911\uc5d0\uc11c, &#8220;\uc774\uce5c\uc218 \uad6c\ud558\uae30&#8221;\ub294 DP(Dynamic Programming) \uae30\ubc95\uc744 \ud65c\uc6a9\ud560 \uc218 \uc788\ub294 \uc88b\uc740 \uc608\uc2dc\uc785\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 \uc774\uce5c\uc218 \uad6c\ud558\ub294 \ubb38\uc81c\ub97c \uc0c1\uc138\ud788 \uc124\uba85\ud558\uace0, C#\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \uacfc\uc815\uc744 \ub2e8\uacc4\ubcc4\ub85c \uc9c4\ud589\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 2. \ubb38\uc81c \uc124\uba85 \uc774\uce5c\uc218(Binary Number)\ub294 0\uacfc 1\ub85c \uc774\ub8e8\uc5b4\uc9c4 \uc22b\uc790 \uc911\uc5d0\uc11c, \ub450 &hellip; \ub354 \ubcf4\uae30 &quot;C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\uce5c\uc218 \uad6c\ud558\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/27410\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T14:11:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:18:39+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\/27410\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27410\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\uce5c\uc218 \uad6c\ud558\uae30\",\"datePublished\":\"2024-10-27T14:11:24+00:00\",\"dateModified\":\"2024-11-26T07:18:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27410\/\"},\"wordCount\":57,\"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\/27410\/\",\"url\":\"https:\/\/atmokpo.com\/w\/27410\/\",\"name\":\"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\uce5c\uc218 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T14:11:24+00:00\",\"dateModified\":\"2024-11-26T07:18:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27410\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/27410\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/27410\/#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, \uc774\uce5c\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":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\uce5c\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\/27410\/","og_locale":"ko_KR","og_type":"article","og_title":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\uce5c\uc218 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"1. \uc11c\ub860 \ucf54\ub529 \ud14c\uc2a4\ud2b8\ub294 \ub9ce\uc740 \uae30\uc5c5\uc5d0\uc11c \uc9c0\uc6d0\uc790\uc758 \uc54c\uace0\ub9ac\uc998\uc801 \uc0ac\uace0\uc640 \ubb38\uc81c\ud574\uacb0 \ub2a5\ub825\uc744 \ud3c9\uac00\ud558\uae30 \uc704\ud574 \uc2e4\uc2dc\ud569\ub2c8\ub2e4. \ub2e4\uc591\ud55c \uc8fc\uc81c\uc640 \ub09c\uc774\ub3c4\uac00 \uc874\uc7ac\ud558\ub294 \ubb38\uc81c\ub4e4 \uc911\uc5d0\uc11c, &#8220;\uc774\uce5c\uc218 \uad6c\ud558\uae30&#8221;\ub294 DP(Dynamic Programming) \uae30\ubc95\uc744 \ud65c\uc6a9\ud560 \uc218 \uc788\ub294 \uc88b\uc740 \uc608\uc2dc\uc785\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 \uc774\uce5c\uc218 \uad6c\ud558\ub294 \ubb38\uc81c\ub97c \uc0c1\uc138\ud788 \uc124\uba85\ud558\uace0, C#\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \uacfc\uc815\uc744 \ub2e8\uacc4\ubcc4\ub85c \uc9c4\ud589\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 2. \ubb38\uc81c \uc124\uba85 \uc774\uce5c\uc218(Binary Number)\ub294 0\uacfc 1\ub85c \uc774\ub8e8\uc5b4\uc9c4 \uc22b\uc790 \uc911\uc5d0\uc11c, \ub450 &hellip; \ub354 \ubcf4\uae30 \"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\uce5c\uc218 \uad6c\ud558\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/27410\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T14:11:24+00:00","article_modified_time":"2024-11-26T07:18:39+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\/27410\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/27410\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\uce5c\uc218 \uad6c\ud558\uae30","datePublished":"2024-10-27T14:11:24+00:00","dateModified":"2024-11-26T07:18:39+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/27410\/"},"wordCount":57,"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\/27410\/","url":"https:\/\/atmokpo.com\/w\/27410\/","name":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\uce5c\uc218 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T14:11:24+00:00","dateModified":"2024-11-26T07:18:39+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/27410\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/27410\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/27410\/#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, \uc774\uce5c\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":[{"id":28266,"url":"https:\/\/atmokpo.com\/w\/28266\/","url_meta":{"origin":27410,"position":0},"title":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\uce5c\uc218 \uad6c\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \ub0a0\uc9dc: [\ub0a0\uc9dc] 1. \uc774\uce5c\uc218(\uc774\uc9c4 \uce5c\ud654\uc218)\ub780? \uc774\uce5c\uc218\ub780, \ub2e4\uc74c\uc758 \uc870\uac74\uc744 \ub9cc\uc871\ud558\ub294 \uc774\uc9c4\uc218 \ubb38\uc790\uc5f4\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4: 0\uacfc 1\ub85c\ub9cc \uad6c\uc131\ub41c\ub2e4. \uc5f0\uc18d\ub41c \ub450 \uc790\ub9ac \uc218\uc5d0 1\uc774 \uc624\uc9c0 \uc54a\ub294\ub2e4. \uc989, '11' \uc774\ub77c\ub294 \ubd80\ubd84 \ubb38\uc790\uc5f4\uc774 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc544\uc57c \ud569\ub2c8\ub2e4. \ubb38\uc790\uc5f4\uc758 \uc591 \ub05d\uc740 0\uc73c\ub85c \ub05d\ub098\uc57c \ud569\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, '010', '0010', '1000'\uc740 \uc774\uce5c\uc218\uc774\ub2e4. \ubc18\uba74\uc5d0 '11', '110', '0110', '0001'\uc740 \uc774\uce5c\uc218\uac00\u2026","rel":"","context":"&quot;\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%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\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27833,"url":"https:\/\/atmokpo.com\/w\/27833\/","url_meta":{"origin":27410,"position":1},"title":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud589\ub82c \uacf1 \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12 \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 N\uac1c\uc758 \ud589\ub82c\uc5d0 \ub300\ud574, \uc774 \ud589\ub82c\ub4e4\uc744 \uacf1\ud560 \ub54c \ud544\uc694\ud55c \uc5f0\uc0b0 \ud69f\uc218\uc758 \ucd5c\uc19f\uac12\uc744 \uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \ud589\ub82c \uacf1\uc148\uc758 \uc5f0\uc0b0 \ud69f\uc218\ub294 \uacf1\uc148\uc758 \uc21c\uc11c\uc5d0 \ub530\ub77c \ud06c\uac8c \ub2ec\ub77c\uc9c0\uba70, \ub530\ub77c\uc11c \uc62c\ubc14\ub978 \uc21c\uc11c\ub97c \ucc3e\uc544\uc57c \ud569\ub2c8\ub2e4. \ud589\ub82c A\uc758 \ud06c\uae30\uac00 p \u00d7 q, \ud589\ub82c B\uc758 \ud06c\uae30\uac00 q \u00d7 r\uc77c \ub54c,\u2026","rel":"","context":"&quot;\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ec%9e%90%eb%b0%94%ec%8a%a4%ed%81%ac%eb%a6%bd%ed%8a%b8-%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":27950,"url":"https:\/\/atmokpo.com\/w\/27950\/","url_meta":{"origin":27410,"position":2},"title":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub3d9\uc804 \uac1c\uc218\uc758 \ucd5c\uc19f\uac12 \uad6c\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 \ubb38\uc81c \uc124\uba85 \ub3d9\uc804\uc73c\ub85c \uac70\uc2ac\ub7ec \uc904 \uc218 \uc788\ub294 \ucd5c\uc18c \uac1c\uc218\ub97c \uacc4\uc0b0\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc5ec\ub7ec\ubd84\uc740 \uc8fc\uc5b4\uc9c4 \ub3d9\uc804\uc758 \uc885\ub958\uc640 \ucd1d\uc561\uc744 \uae30\ubc18\uc73c\ub85c \ud574\uc11c \ub3d9\uc804\uc744 \ucd5c\uc18c \uac1c\uc218\ub85c \uc0ac\uc6a9\ud558\uc5ec \ucd1d\uc561\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \ucc3e\uc544\uc57c \ud569\ub2c8\ub2e4. \ub3d9\uc804\uc758 \uc885\ub958\ub294 \ubb34\ud55c\ud788 \ub9ce\ub2e4\uace0 \uac00\uc815\ud569\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \ub3d9\uc804\uc758 \uc885\ub958\uac00 {1, 5, 10, 25} \ub3d9\uc804\uc774 \uc788\uace0, \ub9cc\ub4e4\uc5b4\uc57c \ud558\ub294\u2026","rel":"","context":"&quot;\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ec%9e%90%eb%b0%94%ec%8a%a4%ed%81%ac%eb%a6%bd%ed%8a%b8-%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":27696,"url":"https:\/\/atmokpo.com\/w\/27696\/","url_meta":{"origin":27410,"position":3},"title":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc678\ud310\uc6d0\uc758 \uc21c\ud68c \uacbd\ub85c \uc9dc\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 \ubb38\uc81c \uc815\uc758 \"\uc678\ud310\uc6d0 \ubb38\uc81c\"\ub294 \uc8fc\uc5b4\uc9c4 \ub3c4\uc2dc\ub4e4\uc744 \ubaa8\ub450 \ubc29\ubb38\ud558\uace0 \ub2e4\uc2dc \uc2dc\uc791\uc810\uc73c\ub85c \ub3cc\uc544\uc624\ub294 \ucd5c\uc18c \uacbd\ub85c\ub97c \ucc3e\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc774 \ubb38\uc81c\ub294 \ucef4\ud4e8\ud130 \uacfc\ud559 \ubc0f \ucd5c\uc801\ud654 \uc774\ub860\uc5d0\uc11c \uc911\uc694\ud55c \ubb38\uc81c\uc774\uba70, \ub2e4\uc591\ud55c \uc2e4\uc81c \ubb38\uc81c\uc5d0 \uc751\uc6a9\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc678\ud310\uc6d0 \ubb38\uc81c\ub294 \ud2b9\ud788 NP-\uc644\uc804 \ubb38\uc81c\ub85c \uc54c\ub824\uc838 \uc788\uc73c\uba70, \ud6a8\uacfc\uc801\uc778 \uc54c\uace0\ub9ac\uc998\uc744 \ud1b5\ud574 \ud574\uacb0\ud560 \uc218 \uc788\ub294 \ubc29\ubc95\uc744\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":28550,"url":"https:\/\/atmokpo.com\/w\/28550\/","url_meta":{"origin":27410,"position":4},"title":"\ucf54\ud2c0\ub9b0 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc784\uacc4 \uacbd\ub85c \uad6c\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc77c: 2023\ub144 10\uc6d4 1\uc77c \uc791\uc131\uc790: \uc870\uad11\ud615 \ubb38\uc81c \uc815\uc758 \uc8fc\uc5b4\uc9c4 \uc5f0\uacb0\ub41c \uadf8\ub798\ud504\uc5d0\uc11c \uc2dc\uc791 \ub178\ub4dc\ubd80\ud130 \ub3c4\ucc29 \ub178\ub4dc\uae4c\uc9c0\uc758 \uc784\uacc4 \uacbd\ub85c\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc784\uacc4 \uacbd\ub85c\ub780 \uadf8\ub798\ud504\uc5d0\uc11c \uc694\uad6c\ub418\ub294 \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub294 \ub370 \ud544\uc694\ud55c \ucd5c\uc18c \uc2dc\uac04 \ub610\ub294 \uac70\ub9ac\ub97c \ub098\ud0c0\ub0b4\uba70, \ud504\ub85c\uc81d\ud2b8 \uad00\ub9ac \ubc0f \uc790\uc6d0\uc758 \ucd5c\uc801 \ubc30\ubd84\uc5d0 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \uac01 \uc791\uc5c5\uc774 \uc644\ub8cc\ub418\ub294 \ub370 \uac78\ub9ac\ub294 \uc2dc\uac04\uc744 \ub098\ud0c0\ub0b4\ub294\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":27478,"url":"https:\/\/atmokpo.com\/w\/27478\/","url_meta":{"origin":27410,"position":5},"title":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc784\uacc4 \uacbd\ub85c \uad6c\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \ubc29\ud5a5 \uadf8\ub798\ud504\uc5d0\uc11c \uc784\uacc4 \uacbd\ub85c\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc784\uacc4 \uacbd\ub85c\ub294 \uadf8\ub798\ud504 \ub0b4\uc758 \ub178\ub4dc\uc640 \uc5e3\uc9c0\ub85c \ud45c\ud604\ub418\uba70, \uac00\uc7a5 \uae34 \uacbd\ub85c\ub97c \ud574\uacb0\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc8fc\uc5b4\uc9c4 \uadf8\ub798\ud504\ub294 \ub178\ub4dc\uc758 \uac1c\uc218 n\uacfc \uc5e3\uc9c0\uc758 \uac1c\uc218 m\uc73c\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc785\ub825 \ud615\uc2dd \uccab \ubc88\uc9f8 \uc904\uc5d0 \uc815\uc218 n\uacfc m\uc774 \uc8fc\uc5b4\uc9c4\ub2e4. \ub2e4\uc74c m\uc904\uc5d0 \uac01\uac01 \ud55c \uc30d\uc758 \uc815\uc218 u\uc640 v\uac00 \uc8fc\uc5b4\uc9c4\ub2e4. \uc774\ub294\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\/27410","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=27410"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27410\/revisions"}],"predecessor-version":[{"id":27411,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27410\/revisions\/27411"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=27410"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=27410"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=27410"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}