{"id":27282,"date":"2024-10-27T14:10:09","date_gmt":"2024-10-27T14:10:09","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=27282"},"modified":"2024-11-26T07:19:57","modified_gmt":"2024-11-26T07:19:57","slug":"c-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c-%ec%8b%9c%ea%b0%84-%eb%b3%b5%ec%9e%a1%eb%8f%84-%ed%99%9c%ec%9a%a9%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/27282\/","title":{"rendered":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 \ud65c\uc6a9\ud558\uae30"},"content":{"rendered":"<p>\uc548\ub155\ud558\uc138\uc694, \ube14\ub85c\uadf8\ub97c \ubc29\ubb38\ud574 \uc8fc\uc2e0 \uc5ec\ub7ec\ubd84! \uc624\ub298\uc740 C#\uc744 \ud65c\uc6a9\ud55c \ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0\uc11c \ud754\ud788 \ub9c8\uc8fc\ud558\ub294 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud480\uc5b4\ubcf4\uba70 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\uc758 \uac1c\ub150\uc5d0 \ub300\ud574 \uae4a\uc774 \ud0d0\uad6c\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ucf54\ub529\ud14c\uc2a4\ud2b8\ub294 \ud604\ub300 \ud504\ub85c\uadf8\ub798\ubc0d \uc778\ud130\ubdf0\uc5d0\uc11c \ud544\uc218\uc801\uc778 \uc694\uc18c\ub85c \uc790\ub9ac\uc7a1\uace0 \uc788\uc73c\uba70, \ubb38\uc81c\ub97c \ud478\ub294 \ub370 \uc788\uc5b4\uc11c \uc54c\uace0\ub9ac\uc998\uacfc \ub370\uc774\ud130 \uad6c\uc870\uc5d0 \ub300\ud55c \uc774\ud574\ub294 \ubb3c\ub860, \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub97c \uacc4\uc0b0\ud558\ub294 \ub2a5\ub825\uc774 \ubc18\ub4dc\uc2dc \ud544\uc694\ud569\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 \uc2e4\uc81c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud1b5\ud574 \uc774\ub7ec\ud55c \ub0b4\uc6a9\uc744 \uc790\uc138\ud558\uac8c \uc124\uba85\ud560 \uac83\uc785\ub2c8\ub2e4.<\/p>\n<h2>\ubb38\uc81c: \ub450 \uc218\uc758 \ud569<\/h2>\n<p>\ubb38\uc81c \uc124\uba85: <br \/>\n\uc8fc\uc5b4\uc9c4 \uc815\uc218 \ubc30\uc5f4 <code>nums<\/code>\uc640 \uc815\uc218 <code>target<\/code>\uac00 \uc788\uc744 \ub54c, <code>nums<\/code>\uc5d0\uc11c \ub450 \uc218\ub97c \ucc3e\uc544 \uadf8 \ud569\uc774 <code>target<\/code>\uc774 \ub418\ub294 \ub450 \uc218\uc758 \uc778\ub371\uc2a4\ub97c \ubc18\ud658\ud558\ub294 \ud568\uc218\ub97c \uc791\uc131\ud558\uc2dc\uc624. \uac01 \uc785\ub825\uc5d0 \ub300\ud574\uc11c\ub294 \uc815\ud655\ud788 \ud558\ub098\uc758 \ud574\uac00 \uc874\uc7ac\ud55c\ub2e4\uace0 \uac00\uc815\ud558\uace0, \uac19\uc740 \uc694\uc18c\ub97c \ub450 \ubc88 \uc0ac\uc6a9\ud560 \uc218\ub294 \uc5c6\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>public int[] TwoSum(int[] nums, int target) {\n    \/\/ \uad6c\ud604\ud560 \ucf54\ub4dc\n}<\/code><\/pre>\n<h3>\uc608\uc81c \uc785\ub825<\/h3>\n<pre><code>nums = [2, 7, 11, 15]\ntarget = 9<\/code><\/pre>\n<h3>\uc608\uc81c \ucd9c\ub825<\/h3>\n<pre><code>[0, 1]<\/code><\/pre>\n<h3>\ubb38\uc81c \ud480\uc774<\/h3>\n<p>\uc774 \ubb38\uc81c\ub294 \ube44\uad50\uc801 \uac04\ub2e8\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\uc785\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub97c \uace0\ub824\ud558\uc5ec \ud6a8\uc728\uc801\uc778 \ubc29\ubc95\uc73c\ub85c \ud574\uacb0\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4. \uc5ec\ub7ec \uac00\uc9c0 \uc811\uadfc \ubc29\uc2dd\uc774 \uc788\uc9c0\ub9cc, \uc5ec\uae30\uc11c\ub294 \ud574\uc2dc\ub9f5(HashMap)\uc744 \uc774\uc6a9\ud55c \uc811\uadfc \ubc29\uc2dd\uc744 \uc18c\uac1c\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h4>\ud480\uc774 \uacfc\uc815<\/h4>\n<ol>\n<li>\uc8fc\uc5b4\uc9c4 \ubc30\uc5f4\uc744 \uc21c\ud68c\ud558\uba74\uc11c, \uac01 \uc22b\uc790\uc5d0 \ub300\ud574 <code>target<\/code>\uacfc\uc758 \ucc28\uc774\ub97c \uacc4\uc0b0\ud569\ub2c8\ub2e4.<\/li>\n<li>\uc774 \ucc28\uc774\uac00 \ud574\uc2dc\ub9f5\uc5d0 \uc874\uc7ac\ud558\ub294\uc9c0 \ud655\uc778\ud569\ub2c8\ub2e4. \ub9cc\uc57d \uc874\uc7ac\ud55c\ub2e4\uba74 \ud574\ub2f9 \uc778\ub371\uc2a4\uc640 \ud604\uc7ac \uc778\ub371\uc2a4\ub97c \ubc18\ud658\ud569\ub2c8\ub2e4.<\/li>\n<li>\ud574\uc2dc\ub9f5\uc5d0 \ud604\uc7ac \uc22b\uc790\uc640 \uc778\ub371\uc2a4\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4.<\/li>\n<\/ol>\n<h4>\uc2dc\uac04 \ubcf5\uc7a1\ub3c4 \ubd84\uc11d<\/h4>\n<p>\ud574\uc2dc\ub9f5\uc744 \uc774\uc6a9\ud55c \uc774 \uc811\uadfc \ubc29\uc2dd\uc758 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub294 <code>O(n)<\/code>\uc785\ub2c8\ub2e4. \uac01 \uc694\uc18c\ub97c \ud55c \ubc88\uc529\ub9cc \ud655\uc778\ud558\ubbc0\ub85c, \ud6a8\uc728\uc801\uc785\ub2c8\ub2e4. \uacf5\uac04 \ubcf5\uc7a1\ub3c4\ub294 \ud574\uc2dc\ub9f5\uc5d0 \uc800\uc7a5\ub418\ub294 \uc22b\uc790 \ub54c\ubb38\uc778 <code>O(n)<\/code>\uc785\ub2c8\ub2e4.<\/p>\n<h4>C# \ucf54\ub4dc \uad6c\ud604<\/h4>\n<pre><code>public int[] TwoSum(int[] nums, int target) {\n    Dictionary<int, int=\"\"> numDict = new Dictionary<int, int=\"\">();\n\n    for (int i = 0; i &lt; nums.Length; i++) {\n        int complement = target - nums[i];\n        if (numDict.ContainsKey(complement)) {\n            return new int[] { numDict[complement], i };\n        }\n        numDict[nums[i]] = i;\n    }\n    throw new ArgumentException(\"No two sum solution\");\n}<\/int,><\/int,><\/code><\/pre>\n<h3>\uacb0\uacfc<\/h3>\n<p>\uc774\uc81c \uc704\uc758 \ucf54\ub4dc\ub97c \uc2e4\ud589\ud558\uba74 \uc8fc\uc5b4\uc9c4 \ubc30\uc5f4\uc5d0\uc11c \uc6d0\ud558\ub294 \ub450 \uc218\uc758 \uc778\ub371\uc2a4\ub97c \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uc608\uc81c\uc5d0\uc11c\ub294 <code>nums = [2, 7, 11, 15]<\/code>\uc5d0 \ub300\ud574 <code>target = 9<\/code>\uc778 \uacbd\uc6b0, \ucd9c\ub825\uc740 <code>[0, 1]<\/code>\uc785\ub2c8\ub2e4.<\/p>\n<h2>\uc2dc\uac04 \ubcf5\uc7a1\ub3c4\uc758 \uc758\uc758\uc640 \ud65c\uc6a9<\/h2>\n<p>\uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud574\uacb0\ud560 \ub54c \uc2dc\uac04\uc774 \uc911\uc694\ud55c \uc774\uc720\ub294 \uc5ec\ub7ec \uac00\uc9c0\uac00 \uc788\uc2b5\ub2c8\ub2e4. \ud2b9\ud788 \uc720\ud55c\ud55c \uc2dc\uac04 \ub0b4\uc5d0 \ubb38\uc81c\ub97c \ud574\uacb0\ud574\uc57c \ud558\ub294 \ucf54\ub529\ud14c\uc2a4\ud2b8\ub098 \uc2e4\uc81c\ub85c \uc6b4\uc601\ud560 \uc2dc\uc2a4\ud15c\uc5d0\uc11c\ub294 \uc2e4\ud589 \uc2dc\uac04\uc774 \ub9e4\uc6b0 \uc911\uc694\ud55c \uc694\uc18c\ub85c \uc791\uc6a9\ud569\ub2c8\ub2e4.<\/p>\n<p>\uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub97c \ubd84\uc11d\ud560 \ub54c\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \ubc29\ubc95\uc744 \ud65c\uc6a9\ud569\ub2c8\ub2e4:<\/p>\n<ul>\n<li><strong>\uc0c1\uc218 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 (O(1)):<\/strong> \uc785\ub825\uc758 \ud06c\uae30\uc640 \uad00\uacc4\uc5c6\uc774 \ud56d\uc0c1 \uc77c\uc815\ud55c \uc2dc\uac04 \ub0b4\uc5d0 \uacb0\uacfc\ub97c \ubc18\uc601\ud560 \uc218 \uc788\ub294 \uc54c\uace0\ub9ac\uc998\uc785\ub2c8\ub2e4.<\/li>\n<li><strong>\ub85c\uadf8 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 (O(log n)):<\/strong> \uc785\ub825\uc758 \ud06c\uae30\uac00 \ub450 \ubc30\uac00 \ub418\uc5b4\ub3c4 \uc54c\uace0\ub9ac\uc998\uc758 \uc218\ud589 \uc2dc\uac04\uc740 \uc77c\uc815 \ube44\uc728\ub85c \ub298\uc5b4\ub098\ub294 \uacbd\uc6b0\uc785\ub2c8\ub2e4. \uc774\uc9c4 \uac80\uc0c9 \uc54c\uace0\ub9ac\uc998\uc774 \ub300\ud45c\uc801\uc785\ub2c8\ub2e4.<\/li>\n<li><strong>\uc120\ud615 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 (O(n)):<\/strong> \uc785\ub825\uc758 \ud06c\uae30\uc5d0 \ube44\ub840\ud558\uc5ec \uc218\ud589 \uc2dc\uac04\uc774 \uc99d\uac00\ud558\ub294 \uc54c\uace0\ub9ac\uc998\uc785\ub2c8\ub2e4. \uc8fc\uc5b4\uc9c4 \ubc30\uc5f4\uc758 \ubaa8\ub4e0 \uc6d0\uc18c\ub97c \ud55c \ubc88\uc529 \ud655\uc778\ud558\ub294 \uacbd\uc6b0\uac00 \uc5ec\uae30\uc5d0 \ud574\ub2f9\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>\uc120\ud615 \ub85c\uadf8 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 (O(n log n)):<\/strong> \uc785\ub825 \ud06c\uae30\uc5d0 \ub85c\uadf8\ub97c \uacf1\ud55c \ud615\ud0dc\uc758 \ubcf5\uc7a1\ub3c4\uc785\ub2c8\ub2e4. \ubcd1\ud569 \uc815\ub82c\uc774\ub098 \ud035 \uc815\ub82c \uc54c\uace0\ub9ac\uc998\uc774 \uc774\uc5d0 \ud574\ub2f9\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>\ub2e4\ud56d \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 (O(n^k)): <\/strong> \uc785\ub825 \ud06c\uae30\uc758 k \uc81c\uacf1\uc5d0 \ube44\ub840\ud558\uc5ec \uc131\ub2a5\uc774 \uc800\ud558\ub418\ub294 \uacbd\uc6b0\uc785\ub2c8\ub2e4. \uc774\uc911 \ub8e8\ud504\ub97c \uc0ac\uc6a9\ud558\ub294 \uacbd\uc6b0\uac00 \uc774\uc5d0 \ud574\ub2f9\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>\uc9c0\uc218 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 (O(2^n)): <\/strong> \uc785\ub825 \ud06c\uae30\uac00 \uc791\ub354\ub77c\ub3c4 \ube60\ub974\uac8c \uc218\ud589 \uc2dc\uac04\uc774 \uae09\uaca9\ud788 \uc99d\uac00\ud558\ub294 \uc54c\uace0\ub9ac\uc998\uc785\ub2c8\ub2e4. \ud53c\ubcf4\ub098\uce58 \uc218\uc5f4\uc744 \uc7ac\uadc0\uc801\uc73c\ub85c \uacc4\uc0b0\ud560 \ub54c \ub4f1\uc774 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h3>\uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud480 \ub54c \uace0\ub824\uc0ac\ud56d<\/h3>\n<p>\ubb38\uc81c\ub97c \ud480 \ub54c \ub2e4\uc74c \uc0ac\ud56d\uc744 \uc5fc\ub450\uc5d0 \ub450\uc5b4\uc57c \ud569\ub2c8\ub2e4:<\/p>\n<ul>\n<li>\uc785\ub825\uc758 \ubc94\uc704\uc640 \ud2b9\uc131\uc744 \uc774\ud574\ud55c\ub2e4.<\/li>\n<li>\ubb38\uc81c\ub97c \ub2e8\uacc4\ubcc4\ub85c \ub098\ub204\uc5b4 \ud574\uacb0\ud560 \uc218 \uc788\ub294 \ubc29\ubc95\uc744 \uc0dd\uac01\ud55c\ub2e4.<\/li>\n<li>\uc2dc\uac04 \ubcf5\uc7a1\ub3c4\uc640 \uacf5\uac04 \ubcf5\uc7a1\ub3c4\ub97c \ucd5c\ub300\ud55c \ucd5c\uc18c\ud654\ud558\ub294 \ubc29\ud5a5\uc73c\ub85c \uad6c\ud604\ud55c\ub2e4.<\/li>\n<li>\uac00\ub2a5\ud558\ub2e4\uba74 \ub2e4\uc591\ud55c \ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4\ub97c \uace0\ub824\ud558\uc5ec \uc54c\uace0\ub9ac\uc998\uc758 \uc815\ud655\uc131\uc744 \uac80\uc99d\ud55c\ub2e4.<\/li>\n<\/ul>\n<h4>\ucd5c\uc885 \uac80\ud1a0<\/h4>\n<p>\uc774\uc0c1\uc73c\ub85c, C# \ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub97c \ud65c\uc6a9\ud558\ub294 \ubc29\ubc95\uacfc \ubb38\uc81c \ud574\uacb0 \uacfc\uc815\uc744 \uc0b4\ud3b4\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \ub450 \uc218\uc758 \ud569 \ubb38\uc81c\ub97c \ube44\ub86f\ud55c \ub2e4\uc591\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud480\uc5b4\ubcf4\uba70 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub97c \uc798 \ud65c\uc6a9\ud558\ub294 \uc5f0\uc2b5\uc744 \ud574\ubcf4\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. \ud5a5\ud6c4 \ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc88b\uc740 \uacb0\uacfc\ub97c \uc5bb\uae30\ub97c \ubc14\ub78d\ub2c8\ub2e4!<\/p>\n<h2>\ub9c8\ubb34\ub9ac<\/h2>\n<p>\uc774 \uae00\uc774 C# \ucf54\ub529\ud14c\uc2a4\ud2b8\ub97c \uc900\ube44\ud558\ub294 \ub370 \uc720\uc6a9\ud55c \uae38\uc7a1\uc774\uac00 \ub418\uc5c8\uae30\ub97c \ubc14\ub77c\uba70, \uc9c0\uc18d\uc801\uc73c\ub85c \ubb38\uc81c\ub97c \ud480\uace0 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub97c \uace0\ub824\ud558\uc5ec \ub354 \ud6a8\uacfc\uc801\uc778 \ucf54\ub4dc\ub97c \uc791\uc131\ud558\ub294 \uc5f0\uc2b5\uc744 \ud558\uc2dc\uae38 \ucd94\ucc9c\ub4dc\ub9bd\ub2c8\ub2e4. \ucd94\uac00\uc801\uc778 \uc9c8\ubb38\uc774\ub098 \ud53c\ub4dc\ubc31\uc774 \uc788\ub2e4\uba74 \uc5b8\uc81c\ub4e0\uc9c0 \ub313\uae00\ub85c \ub0a8\uaca8\uc8fc\uc138\uc694!<\/p>\n<p>\uac10\uc0ac\ud569\ub2c8\ub2e4!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc548\ub155\ud558\uc138\uc694, \ube14\ub85c\uadf8\ub97c \ubc29\ubb38\ud574 \uc8fc\uc2e0 \uc5ec\ub7ec\ubd84! \uc624\ub298\uc740 C#\uc744 \ud65c\uc6a9\ud55c \ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0\uc11c \ud754\ud788 \ub9c8\uc8fc\ud558\ub294 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud480\uc5b4\ubcf4\uba70 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\uc758 \uac1c\ub150\uc5d0 \ub300\ud574 \uae4a\uc774 \ud0d0\uad6c\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ucf54\ub529\ud14c\uc2a4\ud2b8\ub294 \ud604\ub300 \ud504\ub85c\uadf8\ub798\ubc0d \uc778\ud130\ubdf0\uc5d0\uc11c \ud544\uc218\uc801\uc778 \uc694\uc18c\ub85c \uc790\ub9ac\uc7a1\uace0 \uc788\uc73c\uba70, \ubb38\uc81c\ub97c \ud478\ub294 \ub370 \uc788\uc5b4\uc11c \uc54c\uace0\ub9ac\uc998\uacfc \ub370\uc774\ud130 \uad6c\uc870\uc5d0 \ub300\ud55c \uc774\ud574\ub294 \ubb3c\ub860, \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub97c \uacc4\uc0b0\ud558\ub294 \ub2a5\ub825\uc774 \ubc18\ub4dc\uc2dc \ud544\uc694\ud569\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 \uc2e4\uc81c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud1b5\ud574 \uc774\ub7ec\ud55c \ub0b4\uc6a9\uc744 \uc790\uc138\ud558\uac8c \uc124\uba85\ud560 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/27282\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 \ud65c\uc6a9\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-27282","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, \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 \ud65c\uc6a9\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\/27282\/\" \/>\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, \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 \ud65c\uc6a9\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc548\ub155\ud558\uc138\uc694, \ube14\ub85c\uadf8\ub97c \ubc29\ubb38\ud574 \uc8fc\uc2e0 \uc5ec\ub7ec\ubd84! \uc624\ub298\uc740 C#\uc744 \ud65c\uc6a9\ud55c \ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0\uc11c \ud754\ud788 \ub9c8\uc8fc\ud558\ub294 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud480\uc5b4\ubcf4\uba70 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\uc758 \uac1c\ub150\uc5d0 \ub300\ud574 \uae4a\uc774 \ud0d0\uad6c\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ucf54\ub529\ud14c\uc2a4\ud2b8\ub294 \ud604\ub300 \ud504\ub85c\uadf8\ub798\ubc0d \uc778\ud130\ubdf0\uc5d0\uc11c \ud544\uc218\uc801\uc778 \uc694\uc18c\ub85c \uc790\ub9ac\uc7a1\uace0 \uc788\uc73c\uba70, \ubb38\uc81c\ub97c \ud478\ub294 \ub370 \uc788\uc5b4\uc11c \uc54c\uace0\ub9ac\uc998\uacfc \ub370\uc774\ud130 \uad6c\uc870\uc5d0 \ub300\ud55c \uc774\ud574\ub294 \ubb3c\ub860, \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub97c \uacc4\uc0b0\ud558\ub294 \ub2a5\ub825\uc774 \ubc18\ub4dc\uc2dc \ud544\uc694\ud569\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 \uc2e4\uc81c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud1b5\ud574 \uc774\ub7ec\ud55c \ub0b4\uc6a9\uc744 \uc790\uc138\ud558\uac8c \uc124\uba85\ud560 &hellip; \ub354 \ubcf4\uae30 &quot;C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 \ud65c\uc6a9\ud558\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/27282\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T14:10:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:19:57+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\/27282\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27282\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 \ud65c\uc6a9\ud558\uae30\",\"datePublished\":\"2024-10-27T14:10:09+00:00\",\"dateModified\":\"2024-11-26T07:19:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27282\/\"},\"wordCount\":22,\"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\/27282\/\",\"url\":\"https:\/\/atmokpo.com\/w\/27282\/\",\"name\":\"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 \ud65c\uc6a9\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T14:10:09+00:00\",\"dateModified\":\"2024-11-26T07:19:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27282\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/27282\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/27282\/#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, \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 \ud65c\uc6a9\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, \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 \ud65c\uc6a9\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\/27282\/","og_locale":"ko_KR","og_type":"article","og_title":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 \ud65c\uc6a9\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc548\ub155\ud558\uc138\uc694, \ube14\ub85c\uadf8\ub97c \ubc29\ubb38\ud574 \uc8fc\uc2e0 \uc5ec\ub7ec\ubd84! \uc624\ub298\uc740 C#\uc744 \ud65c\uc6a9\ud55c \ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0\uc11c \ud754\ud788 \ub9c8\uc8fc\ud558\ub294 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud480\uc5b4\ubcf4\uba70 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\uc758 \uac1c\ub150\uc5d0 \ub300\ud574 \uae4a\uc774 \ud0d0\uad6c\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ucf54\ub529\ud14c\uc2a4\ud2b8\ub294 \ud604\ub300 \ud504\ub85c\uadf8\ub798\ubc0d \uc778\ud130\ubdf0\uc5d0\uc11c \ud544\uc218\uc801\uc778 \uc694\uc18c\ub85c \uc790\ub9ac\uc7a1\uace0 \uc788\uc73c\uba70, \ubb38\uc81c\ub97c \ud478\ub294 \ub370 \uc788\uc5b4\uc11c \uc54c\uace0\ub9ac\uc998\uacfc \ub370\uc774\ud130 \uad6c\uc870\uc5d0 \ub300\ud55c \uc774\ud574\ub294 \ubb3c\ub860, \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub97c \uacc4\uc0b0\ud558\ub294 \ub2a5\ub825\uc774 \ubc18\ub4dc\uc2dc \ud544\uc694\ud569\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 \uc2e4\uc81c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud1b5\ud574 \uc774\ub7ec\ud55c \ub0b4\uc6a9\uc744 \uc790\uc138\ud558\uac8c \uc124\uba85\ud560 &hellip; \ub354 \ubcf4\uae30 \"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 \ud65c\uc6a9\ud558\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/27282\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T14:10:09+00:00","article_modified_time":"2024-11-26T07:19:57+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\/27282\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/27282\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 \ud65c\uc6a9\ud558\uae30","datePublished":"2024-10-27T14:10:09+00:00","dateModified":"2024-11-26T07:19:57+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/27282\/"},"wordCount":22,"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\/27282\/","url":"https:\/\/atmokpo.com\/w\/27282\/","name":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 \ud65c\uc6a9\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T14:10:09+00:00","dateModified":"2024-11-26T07:19:57+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/27282\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/27282\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/27282\/#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, \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 \ud65c\uc6a9\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\/27282","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=27282"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27282\/revisions"}],"predecessor-version":[{"id":27283,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27282\/revisions\/27283"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=27282"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=27282"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=27282"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}