{"id":27246,"date":"2024-10-27T14:09:49","date_gmt":"2024-10-27T14:09:49","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=27246"},"modified":"2024-11-26T07:20:16","modified_gmt":"2024-11-26T07:20:16","slug":"c-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c-%eb%82%b4%eb%a6%bc%ec%b0%a8%ec%88%9c%ec%9c%bc%eb%a1%9c-%ec%9e%90%eb%a6%bf%ec%88%98-%ec%a0%95%eb%a0%ac%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/27246\/","title":{"rendered":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\ud558\uae30"},"content":{"rendered":"<p><body><\/p>\n<header>\n<p>\ucf54\ub529\ud14c\uc2a4\ud2b8 \uc900\ube44\ub97c \uc704\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c \ud574\uacb0 \ub2a5\ub825\uc744 \uac15\ud654\ud574\ubcf4\uc138\uc694.<\/p>\n<\/header>\n<section>\n<h2>\ubb38\uc81c \uc124\uba85<\/h2>\n<p>\n            \uc8fc\uc5b4\uc9c4 \uc815\uc218 N\uc774 \uc788\uc744 \ub54c, N\uc744 \uad6c\uc131\ud558\ub294 \uac01\uac01\uc758 \uc790\ub9bf\uc218\ub97c \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud558\uc5ec \uc0c8\ub85c\uc6b4 \uc815\uc218\ub85c \ubc18\ud658\ud558\ub294 \ud568\uc218\ub97c \uc791\uc131\ud558\uc2ed\uc2dc\uc624.\n        <\/p>\n<h3>\uc785\ub825 \uc870\uac74<\/h3>\n<ul>\n<li>0 \uc774\uc0c1 10\uc5b5 \uc774\ud558\uc758 \uc815\uc218 N\uc774 \uc8fc\uc5b4\uc9d1\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h3>\ucd9c\ub825 \uc870\uac74<\/h3>\n<ul>\n<li>\uc815\uc218 N\uc758 \uac01 \uc790\ub9bf\uc218\ub97c \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud55c \uc815\uc218\ub97c \ubc18\ud658\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<\/section>\n<section>\n<h2>\uc608\uc81c<\/h2>\n<h3>\uc785\ub825 \uc608\uc2dc<\/h3>\n<p>\n            N = 118372\n        <\/p>\n<h3>\ucd9c\ub825 \uc608\uc2dc<\/h3>\n<p>\n            873211\n        <\/p>\n<\/section>\n<section>\n<h2>\ubb38\uc81c \uc811\uadfc \ubc29\ubc95<\/h2>\n<p>\n            \uc774 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\uae30 \uc704\ud574\uc11c\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \uc808\ucc28\uac00 \ud544\uc694\ud569\ub2c8\ub2e4.\n        <\/p>\n<ol>\n<li>\uc815\uc218 N\uc744 \ubb38\uc790\uc5f4\ub85c \ubcc0\ud658\ud569\ub2c8\ub2e4.<\/li>\n<li>\uac01 \uc790\ub9bf\uc218\ub97c \ub9ac\uc2a4\ud2b8\uc5d0 \uc800\uc7a5\ud569\ub2c8\ub2e4.<\/li>\n<li>\ub9ac\uc2a4\ud2b8\ub97c \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud569\ub2c8\ub2e4.<\/li>\n<li>\uc815\ub82c\ub41c \ub9ac\uc2a4\ud2b8\uc758 \uc694\uc18c\ub4e4\uc744 \ub2e4\uc2dc \ubb38\uc790\uc5f4\ub85c \uacb0\ud569\ud55c \ud6c4, \uc815\uc218\ub85c \ubcc0\ud658\ud569\ub2c8\ub2e4.<\/li>\n<\/ol>\n<\/section>\n<section>\n<h2>C# \ucf54\ub4dc \uad6c\ud604<\/h2>\n<p>\n            \uc544\ub798\ub294 \uc8fc\uc5b4\uc9c4 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\uae30 \uc704\ud55c C# \ucf54\ub4dc\uc785\ub2c8\ub2e4.\n        <\/p>\n<pre>\n            <code class=\"language-csharp\">\n                using System;\n                using System.Linq;\n\n                public class Program\n                {\n                    public static void Main(string[] args)\n                    {\n                        int N = 118372;\n                        Console.WriteLine(SortDigitsDescending(N));\n                    }\n\n                    public static int SortDigitsDescending(int n)\n                    {\n                        \/\/ \uc815\uc218\ub97c \ubb38\uc790\uc5f4\ub85c \ubcc0\ud658\n                        var digits = n.ToString().ToCharArray();\n\n                        \/\/ \ubb38\uc790\uc5f4\uc744 \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\n                        Array.Sort(digits);\n                        Array.Reverse(digits);\n\n                        \/\/ \uc815\ub82c\ub41c \ubb38\uc790\uc5f4\uc744 \ub2e4\uc2dc \uc815\uc218\ub85c \ubcc0\ud658\n                        return int.Parse(new string(digits));\n                    }\n                }\n            <\/code>\n        <\/pre>\n<\/section>\n<section>\n<h2>\ucf54\ub4dc \uc124\uba85<\/h2>\n<p>\n            \uc704 \ucf54\ub4dc\uc5d0\uc11c \uc0ac\uc6a9\ub41c \uac01 \ub2e8\uacc4\uc5d0 \ub300\ud574 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4.\n        <\/p>\n<h3>1. \uc815\uc218\ub97c \ubb38\uc790\uc5f4\ub85c \ubcc0\ud658<\/h3>\n<p>\n<code>n.ToString().ToCharArray()<\/code>\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc815\uc218\ub97c \ubb38\uc790\uc5f4\ub85c \ubcc0\ud658\ud569\ub2c8\ub2e4. \uc774\ud6c4 <code>ToCharArray()<\/code> \uba54\uc18c\ub4dc\ub97c \ud1b5\ud574 \uac01 \uc790\ub9bf\uc218\ub97c \ubb38\uc790 \ubc30\uc5f4\ub85c \ubcc0\ud658\ud569\ub2c8\ub2e4.\n        <\/p>\n<h3>2. \uc790\ub9bf\uc218 \uc815\ub82c<\/h3>\n<p>\n<code>Array.Sort(digits)<\/code>\ub97c \ud638\ucd9c\ud558\uc5ec \uc790\ub9bf\uc218\ub97c \uc624\ub984\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud569\ub2c8\ub2e4. \uc774\ud6c4 <code>Array.Reverse(digits)<\/code>\ub97c \ud638\ucd9c\ud558\uc5ec \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \ubcc0\uacbd\ud569\ub2c8\ub2e4.\n        <\/p>\n<h3>3. \uc815\uc218\ub85c \ubcc0\ud658<\/h3>\n<p>\n            \ucd5c\uc885\uc801\uc73c\ub85c <code>new string(digits)<\/code>\ub97c \ud1b5\ud574 \ubb38\uc790 \ubc30\uc5f4\uc744 \ubb38\uc790\uc5f4\ub85c \ubcc0\ud658\ud55c \ub2e4\uc74c, <code>int.Parse<\/code>\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc815\uc218\ub85c \ubcc0\ud658\ud569\ub2c8\ub2e4.\n        <\/p>\n<\/section>\n<section>\n<h2>\uc2dc\uac04 \ubcf5\uc7a1\ub3c4<\/h2>\n<p>\n            \uc774 \uc54c\uace0\ub9ac\uc998\uc758 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub294 O(d log d)\uc785\ub2c8\ub2e4. \uc5ec\uae30\uc11c d\ub294 \uc785\ub825\ub41c \uc815\uc218\uc758 \uc790\ub9bf\uc218\uc785\ub2c8\ub2e4. \uc790\ub9bf\uc218\ub97c \uc815\ub82c\ud558\ub294 \ub370 \uac78\ub9ac\ub294 \uc2dc\uac04\uc740 O(d log d)\uc774\uace0, \uadf8 \uc678\uc758 \uc5f0\uc0b0\ub4e4\uc740 O(d)\uc785\ub2c8\ub2e4.\n        <\/p>\n<\/section>\n<section>\n<h2>\uacb0\ub860<\/h2>\n<p>\n            \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \uc8fc\uc5b4\uc9c4 \uc815\uc218\ub97c \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uc558\uc2b5\ub2c8\ub2e4. C#\uc758 \uae30\ubcf8\uc801\uc778 \ubc30\uc5f4 \uc870\uc791\uacfc \ubb38\uc790\uc5f4 \ubcc0\ud658\uc744 \ud1b5\ud574 \uc774 \ubb38\uc81c\ub97c \ud6a8\uacfc\uc801\uc73c\ub85c \ud574\uacb0\ud560 \uc218 \uc788\uc5c8\uc2b5\ub2c8\ub2e4. \uae30\ucd08\uc801\uc778 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\uc774\uc9c0\ub9cc, \ub2e4\uc591\ud55c \uc751\uc6a9 \ubb38\uc81c\ub85c \ubc1c\uc804\ub420 \uc218 \uc788\ub294 \ub9cc\ud07c \uc5f0\uc2b5\uc744 \ud1b5\ud574 \ub354 \ub9ce\uc740 \ubb38\uc81c\ub97c \ud480\uc5b4\ubcf4\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.\n        <\/p>\n<\/section>\n<footer>\n<p>\u00a9 2023 C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c. \ubaa8\ub4e0 \uad8c\ub9ac \ubcf4\uc720.<\/p>\n<\/footer>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ucf54\ub529\ud14c\uc2a4\ud2b8 \uc900\ube44\ub97c \uc704\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c \ud574\uacb0 \ub2a5\ub825\uc744 \uac15\ud654\ud574\ubcf4\uc138\uc694. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \uc815\uc218 N\uc774 \uc788\uc744 \ub54c, N\uc744 \uad6c\uc131\ud558\ub294 \uac01\uac01\uc758 \uc790\ub9bf\uc218\ub97c \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud558\uc5ec \uc0c8\ub85c\uc6b4 \uc815\uc218\ub85c \ubc18\ud658\ud558\ub294 \ud568\uc218\ub97c \uc791\uc131\ud558\uc2ed\uc2dc\uc624. \uc785\ub825 \uc870\uac74 0 \uc774\uc0c1 10\uc5b5 \uc774\ud558\uc758 \uc815\uc218 N\uc774 \uc8fc\uc5b4\uc9d1\ub2c8\ub2e4. \ucd9c\ub825 \uc870\uac74 \uc815\uc218 N\uc758 \uac01 \uc790\ub9bf\uc218\ub97c \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud55c \uc815\uc218\ub97c \ubc18\ud658\ud569\ub2c8\ub2e4. \uc608\uc81c \uc785\ub825 \uc608\uc2dc N = 118372 \ucd9c\ub825 \uc608\uc2dc 873211 \ubb38\uc81c &hellip; <a href=\"https:\/\/atmokpo.com\/w\/27246\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\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-27246","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, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\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\/27246\/\" \/>\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, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ucf54\ub529\ud14c\uc2a4\ud2b8 \uc900\ube44\ub97c \uc704\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c \ud574\uacb0 \ub2a5\ub825\uc744 \uac15\ud654\ud574\ubcf4\uc138\uc694. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \uc815\uc218 N\uc774 \uc788\uc744 \ub54c, N\uc744 \uad6c\uc131\ud558\ub294 \uac01\uac01\uc758 \uc790\ub9bf\uc218\ub97c \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud558\uc5ec \uc0c8\ub85c\uc6b4 \uc815\uc218\ub85c \ubc18\ud658\ud558\ub294 \ud568\uc218\ub97c \uc791\uc131\ud558\uc2ed\uc2dc\uc624. \uc785\ub825 \uc870\uac74 0 \uc774\uc0c1 10\uc5b5 \uc774\ud558\uc758 \uc815\uc218 N\uc774 \uc8fc\uc5b4\uc9d1\ub2c8\ub2e4. \ucd9c\ub825 \uc870\uac74 \uc815\uc218 N\uc758 \uac01 \uc790\ub9bf\uc218\ub97c \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud55c \uc815\uc218\ub97c \ubc18\ud658\ud569\ub2c8\ub2e4. \uc608\uc81c \uc785\ub825 \uc608\uc2dc N = 118372 \ucd9c\ub825 \uc608\uc2dc 873211 \ubb38\uc81c &hellip; \ub354 \ubcf4\uae30 &quot;C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\ud558\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/27246\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T14:09:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:20:16+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\/27246\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27246\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\ud558\uae30\",\"datePublished\":\"2024-10-27T14:09:49+00:00\",\"dateModified\":\"2024-11-26T07:20:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27246\/\"},\"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\/27246\/\",\"url\":\"https:\/\/atmokpo.com\/w\/27246\/\",\"name\":\"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T14:09:49+00:00\",\"dateModified\":\"2024-11-26T07:20:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27246\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/27246\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/27246\/#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, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\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, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\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\/27246\/","og_locale":"ko_KR","og_type":"article","og_title":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ucf54\ub529\ud14c\uc2a4\ud2b8 \uc900\ube44\ub97c \uc704\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c \ud574\uacb0 \ub2a5\ub825\uc744 \uac15\ud654\ud574\ubcf4\uc138\uc694. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \uc815\uc218 N\uc774 \uc788\uc744 \ub54c, N\uc744 \uad6c\uc131\ud558\ub294 \uac01\uac01\uc758 \uc790\ub9bf\uc218\ub97c \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud558\uc5ec \uc0c8\ub85c\uc6b4 \uc815\uc218\ub85c \ubc18\ud658\ud558\ub294 \ud568\uc218\ub97c \uc791\uc131\ud558\uc2ed\uc2dc\uc624. \uc785\ub825 \uc870\uac74 0 \uc774\uc0c1 10\uc5b5 \uc774\ud558\uc758 \uc815\uc218 N\uc774 \uc8fc\uc5b4\uc9d1\ub2c8\ub2e4. \ucd9c\ub825 \uc870\uac74 \uc815\uc218 N\uc758 \uac01 \uc790\ub9bf\uc218\ub97c \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud55c \uc815\uc218\ub97c \ubc18\ud658\ud569\ub2c8\ub2e4. \uc608\uc81c \uc785\ub825 \uc608\uc2dc N = 118372 \ucd9c\ub825 \uc608\uc2dc 873211 \ubb38\uc81c &hellip; \ub354 \ubcf4\uae30 \"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\ud558\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/27246\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T14:09:49+00:00","article_modified_time":"2024-11-26T07:20:16+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\/27246\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/27246\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\ud558\uae30","datePublished":"2024-10-27T14:09:49+00:00","dateModified":"2024-11-26T07:20:16+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/27246\/"},"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\/27246\/","url":"https:\/\/atmokpo.com\/w\/27246\/","name":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T14:09:49+00:00","dateModified":"2024-11-26T07:20:16+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/27246\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/27246\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/27246\/#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, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\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\/27246","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=27246"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27246\/revisions"}],"predecessor-version":[{"id":27247,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27246\/revisions\/27247"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=27246"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=27246"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=27246"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}