{"id":27688,"date":"2024-10-27T14:43:05","date_gmt":"2024-10-27T14:43:05","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=27688"},"modified":"2024-11-26T07:16:10","modified_gmt":"2024-11-26T07:16:10","slug":"c-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c-%ec%97%b0%ec%86%8d%eb%90%9c-%ec%9e%90%ec%97%b0%ec%88%98%ec%9d%98-%ed%95%a9-%ea%b5%ac%ed%95%98%ea%b8%b0-2","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/27688\/","title":{"rendered":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569 \uad6c\ud558\uae30"},"content":{"rendered":"<p><body><\/p>\n<p>\uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569\uc744 \uad6c\ud558\ub294 \ubb38\uc81c\ub97c \ub2e4\ub8e8\uc5b4 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc774 \ubb38\uc81c\ub294 \uc54c\uace0\ub9ac\uc998\uacfc \uc218\ud559\uc801 \uc0ac\uace0 \ub2a5\ub825\uc744 \ub3d9\uc2dc\uc5d0 \ud3c9\uac00\ud560 \uc218 \uc788\ub294 \uc88b\uc740 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \uc8fc\uc5b4\uc9c4 \uc815\uc218 N\uc774 \uc788\uc744 \ub54c, N\uc744 \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\ub4e4\uc758 \ud569\uc73c\ub85c \ub098\ud0c0\ub0bc \uc218 \uc788\ub294 \uacbd\uc6b0\uc758 \uc218\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\ub97c \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>\ubb38\uc81c \uc124\uba85<\/h2>\n<p>\uc8fc\uc5b4\uc9c4 \uc815\uc218 N\uc774 \uc788\uc744 \ub54c, N\uc744 \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\ub4e4\uc758 \ud569\uc73c\ub85c \ud45c\ud604\ud560 \uc218 \uc788\ub294 \uacbd\uc6b0\uc758 \uc218\ub97c \uad6c\ud558\ub294 \ud568\uc218\ub97c \uc791\uc131\ud558\uc138\uc694.<\/p>\n<ul>\n<li>\uc785\ub825: \ud558\ub098\uc758 \uc815\uc218 N (1 \u2264 N \u2264 10<sup>6<\/sup>)<\/li>\n<li>\ucd9c\ub825: N\uc744 \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\ub4e4\uc758 \ud569\uc73c\ub85c \ud45c\ud604\ud560 \uc218 \uc788\ub294 \uacbd\uc6b0\uc758 \uc218<\/li>\n<\/ul>\n<h2>\ubb38\uc81c \uc608\uc2dc<\/h2>\n<pre><code>\uc785\ub825: 15\n\ucd9c\ub825: 4\n\uc124\uba85: 15\ub294 \ub2e4\uc74c\uacfc \uac19\uc774 \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569\uc73c\ub85c \ud45c\ud604\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4:\n- 15 = 15\n- 15 = 7 + 8\n- 15 = 4 + 5 + 6\n- 15 = 1 + 2 + 3 + 4 + 5<\/code><\/pre>\n<h2>\ubb38\uc81c \uc811\uadfc \ubc29\ubc95<\/h2>\n<p>\uc774 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\uae30 \uc704\ud574\uc11c\ub294 \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569\uc5d0 \ub300\ud55c \uc218\ud559\uc801 \uc131\uc9c8\uc744 \uc774\ud574\ud560 \ud544\uc694\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569 S\ub294 \ub2e4\uc74c\uacfc \uac19\uc774 \ud45c\ud604\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>S = a + (a + 1) + (a + 2) + ... + (a + (k-1)) = k * a + (0 + 1 + 2 + ... + (k-1))\nS = k * a + (k * (k - 1)) \/ 2<\/code><\/pre>\n<p>\uc5ec\uae30\uc11c, a\ub294 \uccab \ubc88\uc9f8 \uc790\uc5f0\uc218, k\ub294 \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \uac1c\uc218\uc785\ub2c8\ub2e4. \uc704\uc758 \uc2dd\uc744 \ubcc0\ud615\ud558\uba74, \ub2e4\uc74c\uacfc \uac19\uc740 \uad00\uacc4\ub97c \ub3c4\ucd9c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>N = k * a + (k * (k - 1)) \/ 2\nN - (k * (k - 1)) \/ 2 = k * a<\/code><\/pre>\n<p>\ub530\ub77c\uc11c, N &#8211; (k * (k &#8211; 1)) \/ 2\uac00 k\uc758 \ubc30\uc218\uc778 \uacbd\uc6b0, \uc790\uc5f0\uc218 a\ub97c \uad6c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uc870\uac74\uc744 \ub9cc\uc871\ud558\uba74 N\uc744 k\uac1c\uc758 \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569\uc73c\ub85c \ub098\ud0c0\ub0bc \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>\uad6c\ud604 \uc804\ub7b5<\/h3>\n<p>\ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \uad6c\uccb4\uc801\uc778 \uc54c\uace0\ub9ac\uc998\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<ol>\n<li>k\ub294 1\ubd80\ud130 \uc2dc\uc791\ud558\uc5ec N \uc774\ud558\ub85c \uc9c4\ud589\ud569\ub2c8\ub2e4.<\/li>\n<li>\uac01 k\uc5d0 \ub300\ud574 N &#8211; (k * (k &#8211; 1)) \/ 2\ub97c \uacc4\uc0b0\ud569\ub2c8\ub2e4.<\/li>\n<li>\uacc4\uc0b0\ub41c \uac12\uc774 k\uc758 \ubc30\uc218\uc778\uc9c0 \ud655\uc778\ud569\ub2c8\ub2e4.<\/li>\n<li>\ubc30\uc218\ub77c\uba74 \uacbd\uc6b0\uc758 \uc218\ub97c \uc99d\uac00\uc2dc\ud0b5\ub2c8\ub2e4.<\/li>\n<\/ol>\n<h2>C++ \ucf54\ub4dc \uad6c\ud604<\/h2>\n<p>\uc774\uc81c \uc704 \uc54c\uace0\ub9ac\uc998\uc744 C++ \ucf54\ub4dc\ub85c \uad6c\ud604\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>#include &lt;iostream&gt;\n\nusing namespace std;\n\nint countConsecutiveSum(int N) {\n    int count = 0;\n\n    for (int k = 1; k * (k - 1) \/ 2 &lt; N; ++k) {\n        int tmp = N - (k * (k - 1) \/ 2);\n        if (tmp % k == 0) {\n            count++;\n        }\n    }\n\n    return count;\n}\n\nint main() {\n    int N;\n    cout &lt;&lt; \"N\uc744 \uc785\ub825\ud558\uc138\uc694: \";\n    cin &gt;&gt; N;\n\n    int result = countConsecutiveSum(N);\n    cout &lt;&lt; \"\uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569\uc73c\ub85c \ud45c\ud604\ud560 \uc218 \uc788\ub294 \uacbd\uc6b0\uc758 \uc218: \" &lt;&lt; result &lt;&lt; endl;\n\n    return 0;\n}<\/code><\/pre>\n<h2>\uc2e4\ud589 \uc608\uc2dc<\/h2>\n<pre><code>N\uc744 \uc785\ub825\ud558\uc138\uc694: 15\n\uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569\uc73c\ub85c \ud45c\ud604\ud560 \uc218 \uc788\ub294 \uacbd\uc6b0\uc758 \uc218: 4<\/code><\/pre>\n<h2>\uc2dc\uac04 \ubcf5\uc7a1\ub3c4 \ubd84\uc11d<\/h2>\n<p>\uc774 \uc54c\uace0\ub9ac\uc998\uc758 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub294 O(\u221aN)\uc785\ub2c8\ub2e4. \uc774\ub294 k\uc758 \ucd5c\ub300\uac12\uc774 N\ubcf4\ub2e4 \uc791\uae30 \ub54c\ubb38\uc5d0 k\uc5d0 \ub300\ud55c \ubc18\ubcf5\ubb38\uc774 N\ubcf4\ub2e4 \ube68\ub9ac \uc885\ub8cc\ub420 \uc218 \uc788\uae30 \ub54c\ubb38\uc785\ub2c8\ub2e4. \uc774 \uc815\ub3c4\uc758 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub294 \uc8fc\uc5b4\uc9c4 \ubb38\uc81c\uc758 \uc785\ub825 \ubc94\uc704 \ub0b4\uc5d0\uc11c\ub3c4 \ucda9\ubd84\ud788 \ud6a8\uc728\uc801\uc774\ub77c\uace0 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>\uacb0\ub860<\/h2>\n<p>\uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569\uc744 \uad6c\ud558\ub294 \ubb38\uc81c\ub97c \ud1b5\ud574 \uc54c\uace0\ub9ac\uc998 \uc124\uacc4\uc758 \uae30\ubcf8 \uac1c\ub150\uacfc C++ \uad6c\ud604 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \uc774\uc640 \uac19\uc740 \ubb38\uc81c\ub97c \ud1b5\ud574 \uc54c\uace0\ub9ac\uc998\uc744 \ud559\uc2b5\ud558\uace0 \uc2e4\uc81c \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \ud65c\uc6a9\ud560 \uc218 \uc788\ub294 \uc9c0\uc2dd\uc744 \uc313\uc544 \ub098\uac00\uae38 \ubc14\ub78d\ub2c8\ub2e4.<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569\uc744 \uad6c\ud558\ub294 \ubb38\uc81c\ub97c \ub2e4\ub8e8\uc5b4 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc774 \ubb38\uc81c\ub294 \uc54c\uace0\ub9ac\uc998\uacfc \uc218\ud559\uc801 \uc0ac\uace0 \ub2a5\ub825\uc744 \ub3d9\uc2dc\uc5d0 \ud3c9\uac00\ud560 \uc218 \uc788\ub294 \uc88b\uc740 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \uc8fc\uc5b4\uc9c4 \uc815\uc218 N\uc774 \uc788\uc744 \ub54c, N\uc744 \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\ub4e4\uc758 \ud569\uc73c\ub85c \ub098\ud0c0\ub0bc \uc218 \uc788\ub294 \uacbd\uc6b0\uc758 \uc218\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\ub97c \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \uc815\uc218 N\uc774 \uc788\uc744 \ub54c, N\uc744 \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\ub4e4\uc758 \ud569\uc73c\ub85c \ud45c\ud604\ud560 \uc218 \uc788\ub294 \uacbd\uc6b0\uc758 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/27688\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569 \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":[25],"tags":[],"class_list":["post-27688","post","type-post","status-publish","format-standard","hentry","category-c---2"],"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, \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569 \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\/27688\/\" \/>\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, \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569\uc744 \uad6c\ud558\ub294 \ubb38\uc81c\ub97c \ub2e4\ub8e8\uc5b4 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc774 \ubb38\uc81c\ub294 \uc54c\uace0\ub9ac\uc998\uacfc \uc218\ud559\uc801 \uc0ac\uace0 \ub2a5\ub825\uc744 \ub3d9\uc2dc\uc5d0 \ud3c9\uac00\ud560 \uc218 \uc788\ub294 \uc88b\uc740 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \uc8fc\uc5b4\uc9c4 \uc815\uc218 N\uc774 \uc788\uc744 \ub54c, N\uc744 \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\ub4e4\uc758 \ud569\uc73c\ub85c \ub098\ud0c0\ub0bc \uc218 \uc788\ub294 \uacbd\uc6b0\uc758 \uc218\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\ub97c \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \uc815\uc218 N\uc774 \uc788\uc744 \ub54c, N\uc744 \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\ub4e4\uc758 \ud569\uc73c\ub85c \ud45c\ud604\ud560 \uc218 \uc788\ub294 \uacbd\uc6b0\uc758 &hellip; \ub354 \ubcf4\uae30 &quot;C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569 \uad6c\ud558\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/27688\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T14:43:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:16:10+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\/27688\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27688\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569 \uad6c\ud558\uae30\",\"datePublished\":\"2024-10-27T14:43:05+00:00\",\"dateModified\":\"2024-11-26T07:16:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27688\/\"},\"wordCount\":38,\"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\/27688\/\",\"url\":\"https:\/\/atmokpo.com\/w\/27688\/\",\"name\":\"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T14:43:05+00:00\",\"dateModified\":\"2024-11-26T07:16:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27688\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/27688\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/27688\/#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, \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569 \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, \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569 \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\/27688\/","og_locale":"ko_KR","og_type":"article","og_title":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569\uc744 \uad6c\ud558\ub294 \ubb38\uc81c\ub97c \ub2e4\ub8e8\uc5b4 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc774 \ubb38\uc81c\ub294 \uc54c\uace0\ub9ac\uc998\uacfc \uc218\ud559\uc801 \uc0ac\uace0 \ub2a5\ub825\uc744 \ub3d9\uc2dc\uc5d0 \ud3c9\uac00\ud560 \uc218 \uc788\ub294 \uc88b\uc740 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \uc8fc\uc5b4\uc9c4 \uc815\uc218 N\uc774 \uc788\uc744 \ub54c, N\uc744 \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\ub4e4\uc758 \ud569\uc73c\ub85c \ub098\ud0c0\ub0bc \uc218 \uc788\ub294 \uacbd\uc6b0\uc758 \uc218\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\ub97c \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \uc815\uc218 N\uc774 \uc788\uc744 \ub54c, N\uc744 \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\ub4e4\uc758 \ud569\uc73c\ub85c \ud45c\ud604\ud560 \uc218 \uc788\ub294 \uacbd\uc6b0\uc758 &hellip; \ub354 \ubcf4\uae30 \"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569 \uad6c\ud558\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/27688\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T14:43:05+00:00","article_modified_time":"2024-11-26T07:16:10+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\/27688\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/27688\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569 \uad6c\ud558\uae30","datePublished":"2024-10-27T14:43:05+00:00","dateModified":"2024-11-26T07:16:10+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/27688\/"},"wordCount":38,"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\/27688\/","url":"https:\/\/atmokpo.com\/w\/27688\/","name":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T14:43:05+00:00","dateModified":"2024-11-26T07:16:10+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/27688\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/27688\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/27688\/#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, \uc5f0\uc18d\ub41c \uc790\uc5f0\uc218\uc758 \ud569 \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":26986,"url":"https:\/\/atmokpo.com\/w\/26986\/","url_meta":{"origin":27688,"position":0},"title":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \u2018\uc88b\uc740 \uc218\u2019 \uad6c\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 | \ub0a0\uc9dc: 2024\ub144 11\uc6d4 26\uc77c \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \uc22b\uc790 n\uc774 \u2018\uc88b\uc740 \uc218\u2019\ub77c\uba74, \uadf8 \uc218\ub97c \uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \u2018\uc88b\uc740 \uc218\u2019\uc758 \uc870\uac74\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4. \u2018\uc88b\uc740 \uc218\u2019\ub294 \ub450 \uc790\ub9ac \uc774\uc0c1\uc758 \uc790\uc5f0\uc218\uc774\ub2e4. \uac01 \uc790\ub9ac\uc758 \ud569\uc774 \ud640\uc218\uc778 \uc218\ub97c \u2018\uc88b\uc740 \uc218\u2019\ub85c \uc815\uc758\ud55c\ub2e4. \uc8fc\uc5b4\uc9c4 n \uc774\ud558\uc758 \ubaa8\ub4e0 \u2018\uc88b\uc740 \uc218\u2019\ub97c \ucc3e\uc544\ub0b4\uc5b4 \ub9ac\uc2a4\ud2b8\ub85c \ubc18\ud658\ud558\ub77c. \uc608\ub97c \ub4e4\uc5b4, n\uc774 30\uc77c\u2026","rel":"","context":"&quot;\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%8c%8c%ec%9d%b4%ec%8d%ac-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27154,"url":"https:\/\/atmokpo.com\/w\/27154\/","url_meta":{"origin":27688,"position":1},"title":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc774\ud56d\uacc4\uc218 \uad6c\ud558\uae30 1","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 | \ub0a0\uc9dc: 2024\ub144 11\uc6d4 26\uc77c 1. \uc774\ud56d\uacc4\uc218\ub780? \uc774\ud56d\uacc4\uc218\ub294 \uc870\ud569\ub860\uc5d0\uc11c \ub450 \uac1c\uc758 \uc815\uc218 n,k\uc5d0 \ub300\ud574 \uc815\uc758\ub429\ub2c8\ub2e4. n\uac1c \uc911\uc5d0\uc11c k\uac1c\ub97c \uc120\ud0dd\ud558\ub294 \ubc29\ubc95\uc758 \uc218\ub97c \ub098\ud0c0\ub0b4\uba70, \ud45c\uae30\ubc95\uc740 C(n, k) \ub610\ub294 (n choose k)\uc785\ub2c8\ub2e4. \uc774\ud56d\uacc4\uc218\ub294 \ub2e4\uc74c\uacfc \uac19\uc774 \uacc4\uc0b0\ub429\ub2c8\ub2e4: C(n, k) = n! \/ (k! * (n-k)!) \uc5ec\uae30\uc11c n!\uc740 n\uc758 \ud329\ud1a0\ub9ac\uc5bc\ub85c, n! = n\u2026","rel":"","context":"&quot;\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%8c%8c%ec%9d%b4%ec%8d%ac-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27833,"url":"https:\/\/atmokpo.com\/w\/27833\/","url_meta":{"origin":27688,"position":2},"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":26730,"url":"https:\/\/atmokpo.com\/w\/26730\/","url_meta":{"origin":27688,"position":3},"title":"\uc790\ubc14 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uad6c\uac04 \ud569 \uad6c\ud558\uae30 2","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc800\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c 1. \ubb38\uc81c \uc124\uba85 \uc774\ubc88 \uc2dc\uac04\uc5d0\ub294 \uad6c\uac04 \ud569 \ubb38\uc81c\ub97c \ub2e4\ub904 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc54c\uace0\ub9ac\uc998 \ubc0f \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \uc811\ud560 \uc218 \uc788\ub294 \ubb38\uc81c \uc911 \ud558\ub098\ub85c, \uc8fc\uc5b4\uc9c4 \ubc30\uc5f4\uc758 \ud2b9\uc815 \uad6c\uac04\uc758 \ud569\uc744 \ud6a8\uc728\uc801\uc73c\ub85c \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6cc\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ubb38\uc81c\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4. \uc815\uc218\ub85c \uc774\ub8e8\uc5b4\uc9c4 \ubc30\uc5f4 A\uc640 \ub2e4\uc591\ud55c \ucffc\ub9ac\ub4e4\uc774 \uc8fc\uc5b4\uc9c8 \ub54c, \uac01 \ucffc\ub9ac\uc5d0\uc11c \uc81c\uc2dc\ud55c\u2026","rel":"","context":"&quot;\uc790\ubc14 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\uc790\ubc14 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ec%9e%90%eb%b0%94-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27232,"url":"https:\/\/atmokpo.com\/w\/27232\/","url_meta":{"origin":27688,"position":4},"title":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud2b9\uc815 \uac70\ub9ac\uc758 \ub3c4\uc2dc \ucc3e\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 \uc8fc\uc5b4\uc9c4 \ub3c4\uc2dc\uc640 \uac70\ub9ac \uc815\ubcf4\ub97c \ubc14\ud0d5\uc73c\ub85c, \ud2b9\uc815 \uac70\ub9ac K\uc5d0 \uc815\ud655\ud788 \ub3c4\ub2ec\ud560 \uc218 \uc788\ub294 \ub3c4\uc2dc \ubaa9\ub85d\uc744 \uad6c\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uac01 \ub3c4\uc2dc\ub294 \ubc88\ud638\ub85c \ud45c\ud604\ub418\uba70, \ub450 \ub3c4\uc2dc \uac04\uc758 \uac70\ub9ac \uc815\ubcf4\ub294 \uc591\ubc29\ud5a5 \ub3c4\ub85c\ub85c \uc5f0\uacb0\ub41c \ud615\ud0dc\ub85c \uc8fc\uc5b4\uc9d1\ub2c8\ub2e4. \ubaa9\ud45c\ub294 K\ub9cc\ud07c \ub5a8\uc5b4\uc9c4 \ub3c4\uc2dc\ub97c \ucc3e\ub294 \uac83\uc785\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, N\uac1c\uc758 \ub3c4\uc2dc\uac00 \uc788\uace0, M\uac1c\uc758\u2026","rel":"","context":"&quot;\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%8c%8c%ec%9d%b4%ec%8d%ac-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27825,"url":"https:\/\/atmokpo.com\/w\/27825\/","url_meta":{"origin":27688,"position":5},"title":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud50c\ub85c\uc774\ub4dc-\uc6cc\uc15c","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 \ubaa9\ucc28 1. \uc18c\uac1c 2. \ubb38\uc81c \uc124\uba85 3. \ud50c\ub85c\uc774\ub4dc-\uc6cc\uc15c \uc54c\uace0\ub9ac\uc998 \uc774\ud574 4. \uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \uad6c\ud604 5. \uc2dc\uac04 \ubcf5\uc7a1\ub3c4 6. \uacb0\ub860 1. \uc18c\uac1c \ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub294 \ube48\ubc88\ud558\uac8c \ucd9c\uc81c\ub418\uba70, \ub2e4\uc591\ud55c \uc54c\uace0\ub9ac\uc998\uc744 \uc774\ud574\ud558\uace0 \uad6c\ud604\ud560 \uc218 \uc788\ub294 \ub2a5\ub825\uc774 \uc911\uc694\ud569\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \ud50c\ub85c\uc774\ub4dc-\uc6cc\uc15c(Floyd-Warshall) \uc54c\uace0\ub9ac\uc998\uc5d0 \ub300\ud574 \ub2e4\ub8e8\uace0, \uc774\ub97c \uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8\ub85c \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6c1\ub2c8\ub2e4.\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":[]}],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27688","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=27688"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27688\/revisions"}],"predecessor-version":[{"id":27689,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27688\/revisions\/27689"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=27688"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=27688"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=27688"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}