{"id":28270,"date":"2024-10-27T15:33:09","date_gmt":"2024-10-27T15:33:09","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=28270"},"modified":"2024-11-26T07:05:13","modified_gmt":"2024-11-26T07:05:13","slug":"%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-%ec%9d%b4%ed%95%ad%ea%b3%84%ec%88%98-%ea%b5%ac%ed%95%98%ea%b8%b0-2","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/28270\/","title":{"rendered":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\ud56d\uacc4\uc218 \uad6c\ud558\uae30 2"},"content":{"rendered":"<p><body><\/p>\n<p>\n    \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \uc774\ud56d\uacc4\uc218\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\ub97c \ub2e4\ub8f9\ub2c8\ub2e4. \uc774\ud56d\uacc4\uc218\ub294 \uc870\ud569\ub860\uc5d0\uc11c \uc911\uc694\ud55c \uac1c\ub150\uc73c\ub85c, \uc8fc\uc5b4\uc9c4 n\uacfc k\uc5d0 \ub300\ud574 n\uac1c \uc911 k\uac1c\ub97c \uc120\ud0dd\ud558\ub294 \uacbd\uc6b0\uc758 \uc218\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc774 \ubb38\uc81c\ub294 \uc54c\uace0\ub9ac\uc998 \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \ucd9c\uc81c\ub418\ub294 \uc720\ud615\uc785\ub2c8\ub2e4.\n<\/p>\n<h2>\ubb38\uc81c \uc124\uba85<\/h2>\n<p>\n    \uc8fc\uc5b4\uc9c4 \ub450 \uc815\uc218 n (0 \u2264 n \u2264 30)\uacfc k (0 \u2264 k \u2264 n)\uc5d0 \ub300\ud574 \uc774\ud56d\uacc4\uc218 C(n, k)\ub97c \uad6c\ud558\ub294 \ud504\ub85c\uadf8\ub7a8\uc744 \uc791\uc131\ud558\uc2dc\uc624. \uc774\ud56d\uacc4\uc218 C(n, k)\ub294 \ub2e4\uc74c\uacfc \uac19\uc774 \uc815\uc758\ub429\ub2c8\ub2e4:\n<\/p>\n<pre><code>\nC(n, k) = n! \/ (k! * (n - k)!)\n<\/code><\/pre>\n<p>\n    \ubb38\uc81c\uc758 \uc608\uc2dc\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:\n<\/p>\n<h3>\uc608\uc81c<\/h3>\n<ul>\n<li>\uc785\ub825: <code>5 2<\/code><\/li>\n<li>\ucd9c\ub825: <code>10<\/code><\/li>\n<\/ul>\n<h2>\ubb38\uc81c \ud480\uc774 \uacfc\uc815<\/h2>\n<h3>\uc774\ud56d\uacc4\uc218\uc758 \uc7ac\uadc0\uc801 \uc131\uc9c8<\/h3>\n<p>\n    \uc774\ud56d\uacc4\uc218\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \uc7ac\uadc0\uc801 \uc131\uc9c8\uc744 \uac00\uc9d1\ub2c8\ub2e4:\n<\/p>\n<pre><code>\nC(n, k) = C(n - 1, k - 1) + C(n - 1, k)\n<\/code><\/pre>\n<p>\n    \uc5ec\uae30\uc11c <code>C(n, 0) = 1<\/code> \ubc0f <code>C(n, n) = 1<\/code>\uc785\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc744 \uc774\uc6a9\ud558\uba74, \uc774\ud56d\uacc4\uc218\ub97c \uad6c\ud558\uae30 \uc704\ud574 \uc7ac\uadc0 \ud568\uc218\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \uc774 \ubc29\ubc95\uc740 \uae4a\uc740 \uc7ac\uadc0 \ud638\ucd9c\ub85c \uc778\ud574 \uc131\ub2a5\uc774 \ube44\ud6a8\uc728\uc801\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n<\/p>\n<h3>\ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d\uc744 \ud1b5\ud55c \ud574\uacb0 \ubc29\ubc95<\/h3>\n<p>\n    \uc774 \ubb38\uc81c\ub294 \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d(Dynamic Programming)\uc73c\ub85c \ud574\uacb0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d\uc740 \uc911\ubcf5\ub41c \uacc4\uc0b0\uc744 \ud53c\ud560 \uc218 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc54c\uace0\ub9ac\uc998\uc758 \uc131\ub2a5\uc744 \uac1c\uc120\ud569\ub2c8\ub2e4. \uc544\ub798\uc758 \ud45c\ub97c \uc0ac\uc6a9\ud558\uc5ec C(n, k)\uc758 \uac12\uc744 \ub3c4\ucd9c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n<\/p>\n<h4>\ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d \uc811\uadfc\ubc95<\/h4>\n<p>\n    \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d\uc744 \ud1b5\ud574 \uc774\ud56d\uacc4\uc218\ub97c \uacc4\uc0b0\ud558\uae30 \uc704\ud574\uc11c\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 2\ucc28\uc6d0 \ubc30\uc5f4\uc744 \uc120\uc5b8\ud569\ub2c8\ub2e4. <code>dp[i][j]<\/code>\ub294 <code>C(i, j)<\/code>\uc5d0 \ub300\ud55c \uac12\uc744 \uc800\uc7a5\ud569\ub2c8\ub2e4.\n<\/p>\n<pre><code>\nvar dp = [[Int]](repeating: [Int](repeating: 0, count: n + 1), count: n + 1)\n\nfor i in 0...n {\n    for j in 0...i {\n        if j == 0 || j == i {\n            dp[i][j] = 1\n        } else {\n            dp[i][j] = dp[i - 1][j - 1] + dp[i - 1][j]\n        }\n    }\n}\n<\/code><\/pre>\n<h3>\uc2a4\uc704\ud504\ud2b8 \ucf54\ub4dc \uad6c\ud604<\/h3>\n<p>\n    \uc704\uc758 \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d \uc811\uadfc\ubc95\uc744 \ubc14\ud0d5\uc73c\ub85c \uc774\ud56d\uacc4\uc218\ub97c \uacc4\uc0b0\ud558\ub294 \uc2a4\uc704\ud504\ud2b8 \ud504\ub85c\uadf8\ub7a8\uc744 \uc791\uc131\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.\n<\/p>\n<pre><code>\nimport Foundation\n\nfunc binomialCoefficient(n: Int, k: Int) -&gt; Int {\n    var dp = [[Int]](repeating: [Int](repeating: 0, count: k + 1), count: n + 1)\n\n    for i in 0...n {\n        for j in 0...min(i, k) {\n            if j == 0 || j == i {\n                dp[i][j] = 1\n            } else {\n                dp[i][j] = dp[i - 1][j - 1] + dp[i - 1][j]\n            }\n        }\n    }\n    return dp[n][k]\n}\n\n\/\/ \uc608\uc81c \uc785\ub825\nlet n = 5\nlet k = 2\n\n\/\/ \uacb0\uacfc \ucd9c\ub825\nlet result = binomialCoefficient(n: n, k: k)\nprint(\"C(\\(n), \\(k)) = \\(result)\")\n<\/code><\/pre>\n<h3>\uacb0\uacfc \ud655\uc778<\/h3>\n<p>\n    \uc704 \ucf54\ub4dc\ub97c \uc2e4\ud589\ud558\uba74 C(5, 2)\uc758 \uacb0\uacfc\ub85c 10\uc774 \ucd9c\ub825\ub420 \uac83\uc785\ub2c8\ub2e4. \uc774\ub294 5\uac1c\uc758 \ubb3c\uac74 \uc911 2\uac1c\ub97c \uc120\ud0dd\ud558\ub294 \uacbd\uc6b0\uc758 \uc218\ub97c \uc815\ud655\ud558\uac8c \uad6c\ud55c \uac83\uc785\ub2c8\ub2e4.\n<\/p>\n<h2>\uc2dc\uac04 \ubcf5\uc7a1\ub3c4 \ubd84\uc11d<\/h2>\n<p>\n    \uc774 \uc54c\uace0\ub9ac\uc998\uc758 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub294 O(n*k)\uc785\ub2c8\ub2e4. \uc774 \uacbd\uc6b0 n\uc740 30, k\ub294 n\uc5d0 \ube44\ub840\ud558\ubbc0\ub85c \ucd5c\ub300 30\uc774 \ub429\ub2c8\ub2e4. \uc774\ub54c \uacc4\uc0b0\ub418\ub294 \uc774\ud56d\uacc4\uc218\uc758 \uc218\ub294 \ud6a8\uc728\uc801\uc73c\ub85c \uacc4\uc0b0\ub418\ubbc0\ub85c \uc2e4\uc81c\ub85c \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \ub370 \ub9e4\uc6b0 \uc801\ud569\ud55c \ubc29\uc2dd\uc785\ub2c8\ub2e4.\n<\/p>\n<h2>\ub9c8\ubb34\ub9ac<\/h2>\n<p>\n    \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \uc774\ud56d\uacc4\uc218\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\ub97c \ub2e4\ub8e8\uc5c8\uc73c\uba70, \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud6a8\uc728\uc801\uc778 \uc54c\uace0\ub9ac\uc998 \uad6c\ud604 \ubc29\ubc95\uc744 \ubc30\uc6e0\uc2b5\ub2c8\ub2e4. \uc774\ucc28\uc6d0 \ubc30\uc5f4\uc744 \uc0ac\uc6a9\ud558\uc5ec \uac01 \uc774\ud56d\uacc4\uc218\ub97c \uc800\uc7a5\ud568\uc73c\ub85c\uc368 \uc7ac\uadc0 \ud638\ucd9c\uc744 \ud53c\ud558\uace0 \uc131\ub2a5\uc744 \uac1c\uc120\ud558\uc600\uc2b5\ub2c8\ub2e4. \uc774 \ubb38\uc81c\ub97c \ud1b5\ud574 \uc870\ud569\ub860\uacfc \ub3d9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d\uc758 \uae30\ucd08 \uac1c\ub150\uc744 \ub2e4\uc9c8 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n<\/p>\n<p>\n    \ub2e4\uc74c \uac15\uc88c\uc5d0\uc11c\ub294 \ub610 \ub2e4\ub978 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ub2e4\ub904 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc9c0\uc18d\uc801\uc778 \ud559\uc2b5\uc744 \ud1b5\ud574 \uc54c\uace0\ub9ac\uc998 \ud480\uc774 \ub2a5\ub825\uc744 \ub354\uc6b1 \ud5a5\uc0c1\uc2dc\ucf1c \ub098\uac00\uae38 \ubc14\ub78d\ub2c8\ub2e4!\n<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \uc774\ud56d\uacc4\uc218\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\ub97c \ub2e4\ub8f9\ub2c8\ub2e4. \uc774\ud56d\uacc4\uc218\ub294 \uc870\ud569\ub860\uc5d0\uc11c \uc911\uc694\ud55c \uac1c\ub150\uc73c\ub85c, \uc8fc\uc5b4\uc9c4 n\uacfc k\uc5d0 \ub300\ud574 n\uac1c \uc911 k\uac1c\ub97c \uc120\ud0dd\ud558\ub294 \uacbd\uc6b0\uc758 \uc218\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc774 \ubb38\uc81c\ub294 \uc54c\uace0\ub9ac\uc998 \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \ucd9c\uc81c\ub418\ub294 \uc720\ud615\uc785\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \ub450 \uc815\uc218 n (0 \u2264 n \u2264 30)\uacfc k (0 \u2264 k \u2264 n)\uc5d0 \ub300\ud574 \uc774\ud56d\uacc4\uc218 C(n, k)\ub97c \uad6c\ud558\ub294 \ud504\ub85c\uadf8\ub7a8\uc744 \uc791\uc131\ud558\uc2dc\uc624. \uc774\ud56d\uacc4\uc218 C(n, &hellip; <a href=\"https:\/\/atmokpo.com\/w\/28270\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\ud56d\uacc4\uc218 \uad6c\ud558\uae30 2&#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":[27],"tags":[],"class_list":["post-28270","post","type-post","status-publish","format-standard","hentry","category-27"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\ud56d\uacc4\uc218 \uad6c\ud558\uae30 2 - \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\/28270\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\ud56d\uacc4\uc218 \uad6c\ud558\uae30 2 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \uc774\ud56d\uacc4\uc218\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\ub97c \ub2e4\ub8f9\ub2c8\ub2e4. \uc774\ud56d\uacc4\uc218\ub294 \uc870\ud569\ub860\uc5d0\uc11c \uc911\uc694\ud55c \uac1c\ub150\uc73c\ub85c, \uc8fc\uc5b4\uc9c4 n\uacfc k\uc5d0 \ub300\ud574 n\uac1c \uc911 k\uac1c\ub97c \uc120\ud0dd\ud558\ub294 \uacbd\uc6b0\uc758 \uc218\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc774 \ubb38\uc81c\ub294 \uc54c\uace0\ub9ac\uc998 \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \ucd9c\uc81c\ub418\ub294 \uc720\ud615\uc785\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \ub450 \uc815\uc218 n (0 \u2264 n \u2264 30)\uacfc k (0 \u2264 k \u2264 n)\uc5d0 \ub300\ud574 \uc774\ud56d\uacc4\uc218 C(n, k)\ub97c \uad6c\ud558\ub294 \ud504\ub85c\uadf8\ub7a8\uc744 \uc791\uc131\ud558\uc2dc\uc624. \uc774\ud56d\uacc4\uc218 C(n, &hellip; \ub354 \ubcf4\uae30 &quot;\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\ud56d\uacc4\uc218 \uad6c\ud558\uae30 2&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/28270\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T15:33:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:05:13+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\/28270\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28270\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\ud56d\uacc4\uc218 \uad6c\ud558\uae30 2\",\"datePublished\":\"2024-10-27T15:33:09+00:00\",\"dateModified\":\"2024-11-26T07:05:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28270\/\"},\"wordCount\":27,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/28270\/\",\"url\":\"https:\/\/atmokpo.com\/w\/28270\/\",\"name\":\"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\ud56d\uacc4\uc218 \uad6c\ud558\uae30 2 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T15:33:09+00:00\",\"dateModified\":\"2024-11-26T07:05:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28270\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/28270\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/28270\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\ud56d\uacc4\uc218 \uad6c\ud558\uae30 2\"}]},{\"@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":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\ud56d\uacc4\uc218 \uad6c\ud558\uae30 2 - \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\/28270\/","og_locale":"ko_KR","og_type":"article","og_title":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\ud56d\uacc4\uc218 \uad6c\ud558\uae30 2 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \uc774\ud56d\uacc4\uc218\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\ub97c \ub2e4\ub8f9\ub2c8\ub2e4. \uc774\ud56d\uacc4\uc218\ub294 \uc870\ud569\ub860\uc5d0\uc11c \uc911\uc694\ud55c \uac1c\ub150\uc73c\ub85c, \uc8fc\uc5b4\uc9c4 n\uacfc k\uc5d0 \ub300\ud574 n\uac1c \uc911 k\uac1c\ub97c \uc120\ud0dd\ud558\ub294 \uacbd\uc6b0\uc758 \uc218\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc774 \ubb38\uc81c\ub294 \uc54c\uace0\ub9ac\uc998 \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \ucd9c\uc81c\ub418\ub294 \uc720\ud615\uc785\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \ub450 \uc815\uc218 n (0 \u2264 n \u2264 30)\uacfc k (0 \u2264 k \u2264 n)\uc5d0 \ub300\ud574 \uc774\ud56d\uacc4\uc218 C(n, k)\ub97c \uad6c\ud558\ub294 \ud504\ub85c\uadf8\ub7a8\uc744 \uc791\uc131\ud558\uc2dc\uc624. \uc774\ud56d\uacc4\uc218 C(n, &hellip; \ub354 \ubcf4\uae30 \"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\ud56d\uacc4\uc218 \uad6c\ud558\uae30 2\"","og_url":"https:\/\/atmokpo.com\/w\/28270\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T15:33:09+00:00","article_modified_time":"2024-11-26T07:05:13+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\/28270\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/28270\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\ud56d\uacc4\uc218 \uad6c\ud558\uae30 2","datePublished":"2024-10-27T15:33:09+00:00","dateModified":"2024-11-26T07:05:13+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/28270\/"},"wordCount":27,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/28270\/","url":"https:\/\/atmokpo.com\/w\/28270\/","name":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\ud56d\uacc4\uc218 \uad6c\ud558\uae30 2 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T15:33:09+00:00","dateModified":"2024-11-26T07:05:13+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/28270\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/28270\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/28270\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\ud56d\uacc4\uc218 \uad6c\ud558\uae30 2"}]},{"@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\/28270","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=28270"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28270\/revisions"}],"predecessor-version":[{"id":28271,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28270\/revisions\/28271"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=28270"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=28270"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=28270"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}