{"id":28041,"date":"2024-10-27T15:21:08","date_gmt":"2024-10-27T15:21:08","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=28041"},"modified":"2024-11-26T07:11:04","modified_gmt":"2024-11-26T07:11:04","slug":"%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-%ec%82%ac%ec%a0%84-%ec%b0%be%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/28041\/","title":{"rendered":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc0ac\uc804 \ucc3e\uae30"},"content":{"rendered":"<p><body><\/p>\n<div class=\"problem-statement\">\n<h2>\ubb38\uc81c \uc124\uba85<\/h2>\n<p>\uc8fc\uc5b4\uc9c4 \ubb38\uc790\uc5f4 <code>s<\/code>\uc640 \ubb38\uc790\uc5f4 \ubc30\uc5f4 <code>dictionary<\/code>\uac00 \uc788\ub2e4. \ubb38\uc790\uc5f4 <code>s<\/code>\uc5d0\uc11c<br \/>\n    \ub2e8\uc5b4\ub97c \uacf5\ubc31\uc73c\ub85c \ub098\ub208 \ud6c4, \uc774 \ub2e8\uc5b4\ub4e4\uc774 <code>dictionary<\/code>\uc5d0 \uc874\uc7ac\ud558\ub294 \ub2e8\uc5b4\uc778\uc9c0 \ud655\uc778\ud574\uc57c \ud55c\ub2e4.<br \/>\n    \ub9cc\uc57d <code>s<\/code>\uc758 \ubaa8\ub4e0 \ub2e8\uc5b4\ub4e4\uc774 <code>dictionary<\/code>\uc5d0 \uc874\uc7ac\ud55c\ub2e4\uba74 <code>true<\/code>\ub97c \ubc18\ud658\ud558\uace0, \uadf8\ub807\uc9c0<br \/>\n    \uc54a\ub2e4\uba74 <code>false<\/code>\ub97c \ubc18\ud658\ud558\uc2dc\uc624.<\/p>\n<\/div>\n<div class=\"example\">\n<h2>\uc608\uc81c<\/h2>\n<h3>\uc608\uc81c 1<\/h3>\n<p><strong>\uc785\ub825:<\/strong> s = &#8220;\uc0ac\uacfc \ubc14\ub098\ub098&#8221;, dictionary = [&#8220;\uc0ac\uacfc&#8221;, &#8220;\uace0\uad6c\ub9c8&#8221;, &#8220;\ubc14\ub098\ub098&#8221;] <br \/>\n<strong>\ucd9c\ub825:<\/strong> true<\/p>\n<h3>\uc608\uc81c 2<\/h3>\n<p><strong>\uc785\ub825:<\/strong> s = &#8220;\uc624\ub80c\uc9c0 \ud3ec\ub3c4&#8221;, dictionary = [&#8220;\uc0ac\uacfc&#8221;, &#8220;\ubc14\ub098\ub098&#8221;] <br \/>\n<strong>\ucd9c\ub825:<\/strong> false<\/p>\n<\/div>\n<div class=\"solution\">\n<h2>\ubb38\uc81c \ud480\uc774<\/h2>\n<p>\uc774 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\uae30 \uc704\ud574\uc11c\ub294 \ub2e4\uc74c\uc758 \uacfc\uc815\uc774 \ud544\uc694\ud569\ub2c8\ub2e4:<\/p>\n<ol>\n<li>\ubb38\uc790\uc5f4 <code>s<\/code>\ub97c \uacf5\ubc31 \uae30\uc900\uc73c\ub85c \ub098\ub204\uc5b4 \ub2e8\uc5b4 \ub9ac\uc2a4\ud2b8\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4.<\/li>\n<li>\ub2e8\uc5b4 \ub9ac\uc2a4\ud2b8\uc758 \ubaa8\ub4e0 \ub2e8\uc5b4\uac00 <code>dictionary<\/code>\uc5d0 \ud3ec\ud568\ub418\uc5b4 \uc788\ub294\uc9c0 \ud655\uc778\ud569\ub2c8\ub2e4.<\/li>\n<li>\ubaa8\ub4e0 \ub2e8\uc5b4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\ub294 \uacbd\uc6b0 <code>true<\/code>\ub97c \ubc18\ud658\ud558\uace0, \ud558\ub098\ub77c\ub3c4 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uacbd\uc6b0<br \/>\n        <code>false<\/code>\ub97c \ubc18\ud658\ud569\ub2c8\ub2e4.<\/li>\n<\/ol>\n<h3>\uad6c\ud604<\/h3>\n<p>\uc774\ub7ec\ud55c \ub17c\ub9ac\ub97c \ubc14\ud0d5\uc73c\ub85c \uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub4dc\ub97c \uc791\uc131\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>\nfunction isAllWordsInDictionary(s, dictionary) {\n    const words = s.split(\" \"); \/\/ \uacf5\ubc31\uc73c\ub85c \ub2e8\uc5b4 \ubd84\ub9ac\n    const dictionarySet = new Set(dictionary); \/\/ Set\uc73c\ub85c \ubcc0\ud658\ud558\uc5ec \uac80\uc0c9 \ucd5c\uc801\ud654\n\n    for (const word of words) {\n        if (!dictionarySet.has(word)) { \/\/ \uac01 \ub2e8\uc5b4\uac00 \uc0ac\uc804\uc5d0 \uc788\ub294\uc9c0 \ud655\uc778\n            return false; \/\/ \ud558\ub098\ub77c\ub3c4 \uc5c6\ub2e4\uba74 false \ubc18\ud658\n        }\n    }\n    return true; \/\/ \ubaa8\ub4e0 \ub2e8\uc5b4\uac00 \uc788\uc73c\uba74 true \ubc18\ud658\n}\n\n\/\/ \uc608\uc81c \ud14c\uc2a4\ud2b8\nconsole.log(isAllWordsInDictionary(\"\uc0ac\uacfc \ubc14\ub098\ub098\", [\"\uc0ac\uacfc\", \"\uace0\uad6c\ub9c8\", \"\ubc14\ub098\ub098\"])); \/\/ true\nconsole.log(isAllWordsInDictionary(\"\uc624\ub80c\uc9c0 \ud3ec\ub3c4\", [\"\uc0ac\uacfc\", \"\ubc14\ub098\ub098\"])); \/\/ false\n    <\/code><\/pre>\n<h3>\ucf54\ub4dc \uc124\uba85<\/h3>\n<p>\uc704\uc758 \ucf54\ub4dc\uc5d0\uc11c \uc6b0\ub9ac\ub294 \uc218\ud589\ud558\ub294 \uacfc\uc815\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<ul>\n<li><code>s.split(\" \")<\/code>: \uc8fc\uc5b4\uc9c4 \ubb38\uc790\uc5f4 <code>s<\/code>\ub97c \uacf5\ubc31\uc744 \uae30\uc900\uc73c\ub85c \ub098\ub204\uc5b4\uc11c \ub2e8\uc5b4 \ub9ac\uc2a4\ud2b8\ub97c \ub9cc\ub4ed\ub2c8\ub2e4.<\/li>\n<li><code>new Set(dictionary)<\/code>: \uc8fc\uc5b4\uc9c4 <code>dictionary<\/code> \ubc30\uc5f4\uc744 Set\uc73c\ub85c \ubcc0\ud658\ud558\uc5ec \uc911\ubcf5\uc744 \uc81c\uac70\ud558\uace0,<br \/>\n        \uac80\uc0c9 \uc2dc\uac04\uc744 O(1)\ub85c \ucd5c\uc801\ud654\ud569\ub2c8\ub2e4.<\/li>\n<li>for\ub8e8\ud504\ub97c \uc0ac\uc6a9\ud558\uc5ec \uac01 \ub2e8\uc5b4\uac00 <code>dictionarySet<\/code>\uc5d0 \uc874\uc7ac\ud558\ub294\uc9c0\ub97c \ud655\uc778\ud569\ub2c8\ub2e4.<\/li>\n<li>\ub2e8\uc5b4\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc73c\uba74 <code>false<\/code>\ub97c \ubc18\ud658\ud558\uace0, \ubaa8\ub4e0 \ub2e8\uc5b4\uac00 \uc874\uc7ac\ud558\uba74 <code>true<\/code>\ub97c \ubc18\ud658\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h3>\uc2dc\uac04 \ubcf5\uc7a1\ub3c4<\/h3>\n<p>\uc774 \uc54c\uace0\ub9ac\uc998\uc758 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\ub294 O(n + m)\uc785\ub2c8\ub2e4. \uc5ec\uae30\uc11c <code>n<\/code>\uc740 \ubb38\uc790\uc5f4 <code>s<\/code>\uc758 \ub2e8\uc5b4 \uc218,<br \/>\n    <code>m<\/code>\uc740 <code>dictionary<\/code>\uc758 \ub2e8\uc5b4 \uc218\uc785\ub2c8\ub2e4. Set\uc744 \uc0ac\uc6a9\ud558\ub294 \uc774\uc720\ub294 \uac80\uc0c9 \uc18d\ub3c4\ub97c \ube60\ub974\uac8c \ud558\uc5ec<br \/>\n    \uc804\uccb4\uc801\uc778 \uc131\ub2a5 \uac1c\uc120\uc744 \uaf80\ud558\uae30 \uc704\ud568\uc785\ub2c8\ub2e4.<\/p>\n<h3>\uacb0\ub860<\/h3>\n<p>\uc774\ubc88 \ubb38\uc81c\ub97c \ud1b5\ud574 \ubb38\uc790\uc5f4\uacfc \ubc30\uc5f4\uc744 \ud6a8\uacfc\uc801\uc73c\ub85c \ud65c\uc6a9\ud558\uc5ec \uc8fc\uc5b4\uc9c4 \uc870\uac74\uc744 \ucda9\uc871\ud558\ub294\uc9c0 \uac80\uc99d\ud558\ub294 \ubc29\ubc95\uc744<br \/>\n    \uc775\ud614\uc2b5\ub2c8\ub2e4. \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud574\uacb0\ud560 \ub54c\ub294 \ud56d\uc0c1 \ubb38\uc81c\ub97c \ub2e8\uacc4\ubcc4\ub85c \ub098\ub204\uc5b4 \uc811\uadfc\ud558\uba74 \ubcf4\ub2e4 \uc27d\uac8c \ud574\uacb0\ud560 \uc218<br \/>\n    \uc788\uc2b5\ub2c8\ub2e4. \uc774\uc640 \uac19\uc740 \ubb38\uc81c\ub294 \ub2e4\ub978 \uc0c1\ud669\uc5d0\uc11c\ub3c4 \uc720\uc6a9\ud558\uac8c \ud65c\uc6a9\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<\/div>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \ubb38\uc790\uc5f4 s\uc640 \ubb38\uc790\uc5f4 \ubc30\uc5f4 dictionary\uac00 \uc788\ub2e4. \ubb38\uc790\uc5f4 s\uc5d0\uc11c \ub2e8\uc5b4\ub97c \uacf5\ubc31\uc73c\ub85c \ub098\ub208 \ud6c4, \uc774 \ub2e8\uc5b4\ub4e4\uc774 dictionary\uc5d0 \uc874\uc7ac\ud558\ub294 \ub2e8\uc5b4\uc778\uc9c0 \ud655\uc778\ud574\uc57c \ud55c\ub2e4. \ub9cc\uc57d s\uc758 \ubaa8\ub4e0 \ub2e8\uc5b4\ub4e4\uc774 dictionary\uc5d0 \uc874\uc7ac\ud55c\ub2e4\uba74 true\ub97c \ubc18\ud658\ud558\uace0, \uadf8\ub807\uc9c0 \uc54a\ub2e4\uba74 false\ub97c \ubc18\ud658\ud558\uc2dc\uc624. \uc608\uc81c \uc608\uc81c 1 \uc785\ub825: s = &#8220;\uc0ac\uacfc \ubc14\ub098\ub098&#8221;, dictionary = [&#8220;\uc0ac\uacfc&#8221;, &#8220;\uace0\uad6c\ub9c8&#8221;, &#8220;\ubc14\ub098\ub098&#8221;] \ucd9c\ub825: true \uc608\uc81c 2 \uc785\ub825: s = &#8220;\uc624\ub80c\uc9c0 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/28041\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc0ac\uc804 \ucc3e\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":[26],"tags":[],"class_list":["post-28041","post","type-post","status-publish","format-standard","hentry","category-26"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc0ac\uc804 \ucc3e\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\/28041\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc0ac\uc804 \ucc3e\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \ubb38\uc790\uc5f4 s\uc640 \ubb38\uc790\uc5f4 \ubc30\uc5f4 dictionary\uac00 \uc788\ub2e4. \ubb38\uc790\uc5f4 s\uc5d0\uc11c \ub2e8\uc5b4\ub97c \uacf5\ubc31\uc73c\ub85c \ub098\ub208 \ud6c4, \uc774 \ub2e8\uc5b4\ub4e4\uc774 dictionary\uc5d0 \uc874\uc7ac\ud558\ub294 \ub2e8\uc5b4\uc778\uc9c0 \ud655\uc778\ud574\uc57c \ud55c\ub2e4. \ub9cc\uc57d s\uc758 \ubaa8\ub4e0 \ub2e8\uc5b4\ub4e4\uc774 dictionary\uc5d0 \uc874\uc7ac\ud55c\ub2e4\uba74 true\ub97c \ubc18\ud658\ud558\uace0, \uadf8\ub807\uc9c0 \uc54a\ub2e4\uba74 false\ub97c \ubc18\ud658\ud558\uc2dc\uc624. \uc608\uc81c \uc608\uc81c 1 \uc785\ub825: s = &#8220;\uc0ac\uacfc \ubc14\ub098\ub098&#8221;, dictionary = [&#8220;\uc0ac\uacfc&#8221;, &#8220;\uace0\uad6c\ub9c8&#8221;, &#8220;\ubc14\ub098\ub098&#8221;] \ucd9c\ub825: true \uc608\uc81c 2 \uc785\ub825: s = &#8220;\uc624\ub80c\uc9c0 &hellip; \ub354 \ubcf4\uae30 &quot;\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc0ac\uc804 \ucc3e\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/28041\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T15:21:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:11:04+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\/28041\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28041\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc0ac\uc804 \ucc3e\uae30\",\"datePublished\":\"2024-10-27T15:21:08+00:00\",\"dateModified\":\"2024-11-26T07:11:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28041\/\"},\"wordCount\":13,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/28041\/\",\"url\":\"https:\/\/atmokpo.com\/w\/28041\/\",\"name\":\"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc0ac\uc804 \ucc3e\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T15:21:08+00:00\",\"dateModified\":\"2024-11-26T07:11:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/28041\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/28041\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/28041\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc0ac\uc804 \ucc3e\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":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc0ac\uc804 \ucc3e\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\/28041\/","og_locale":"ko_KR","og_type":"article","og_title":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc0ac\uc804 \ucc3e\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \ubb38\uc790\uc5f4 s\uc640 \ubb38\uc790\uc5f4 \ubc30\uc5f4 dictionary\uac00 \uc788\ub2e4. \ubb38\uc790\uc5f4 s\uc5d0\uc11c \ub2e8\uc5b4\ub97c \uacf5\ubc31\uc73c\ub85c \ub098\ub208 \ud6c4, \uc774 \ub2e8\uc5b4\ub4e4\uc774 dictionary\uc5d0 \uc874\uc7ac\ud558\ub294 \ub2e8\uc5b4\uc778\uc9c0 \ud655\uc778\ud574\uc57c \ud55c\ub2e4. \ub9cc\uc57d s\uc758 \ubaa8\ub4e0 \ub2e8\uc5b4\ub4e4\uc774 dictionary\uc5d0 \uc874\uc7ac\ud55c\ub2e4\uba74 true\ub97c \ubc18\ud658\ud558\uace0, \uadf8\ub807\uc9c0 \uc54a\ub2e4\uba74 false\ub97c \ubc18\ud658\ud558\uc2dc\uc624. \uc608\uc81c \uc608\uc81c 1 \uc785\ub825: s = &#8220;\uc0ac\uacfc \ubc14\ub098\ub098&#8221;, dictionary = [&#8220;\uc0ac\uacfc&#8221;, &#8220;\uace0\uad6c\ub9c8&#8221;, &#8220;\ubc14\ub098\ub098&#8221;] \ucd9c\ub825: true \uc608\uc81c 2 \uc785\ub825: s = &#8220;\uc624\ub80c\uc9c0 &hellip; \ub354 \ubcf4\uae30 \"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc0ac\uc804 \ucc3e\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/28041\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T15:21:08+00:00","article_modified_time":"2024-11-26T07:11:04+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\/28041\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/28041\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc0ac\uc804 \ucc3e\uae30","datePublished":"2024-10-27T15:21:08+00:00","dateModified":"2024-11-26T07:11:04+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/28041\/"},"wordCount":13,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/28041\/","url":"https:\/\/atmokpo.com\/w\/28041\/","name":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc0ac\uc804 \ucc3e\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T15:21:08+00:00","dateModified":"2024-11-26T07:11:04+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/28041\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/28041\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/28041\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc0ac\uc804 \ucc3e\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":28188,"url":"https:\/\/atmokpo.com\/w\/28188\/","url_meta":{"origin":28041,"position":0},"title":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc0ac\uc804 \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 1. \ubb38\uc81c \uc815\uc758 \ucd5c\uadfc IT \uae30\uc5c5\uc5d0\uc11c \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc758 \uc911\uc694\uc131\uc774 \ubd80\uac01\ub418\uba74\uc11c \ub2e4\uc591\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ud478\ub294 \ub2a5\ub825\uc774 \uc694\uad6c\ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \"\uc0ac\uc804 \ucc3e\uae30\"\ub77c\ub294 \ubb38\uc81c\ub97c \ud1b5\ud574 \uc2a4\uc704\ud504\ud2b8 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub97c \ud65c\uc6a9\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c \ud480\uc774\ub97c \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc774 \ubb38\uc81c\ub294 \uc8fc\uc5b4\uc9c4 \ub2e8\uc5b4 \ubaa9\ub85d\uc5d0\uc11c \ud2b9\uc815 \ub2e8\uc5b4\uac00 \uc5b4\ub514\uc5d0 \uc704\uce58\ud558\ub294\uc9c0\ub97c \ucc3e\ub294 \ubb38\uc81c\ub85c, \uae30\ubcf8\uc801\uc778\u2026","rel":"","context":"&quot;\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\uc2a4\uc704\ud504\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ec%8a%a4%ec%9c%84%ed%94%84%ed%8a%b8-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":30092,"url":"https:\/\/atmokpo.com\/w\/30092\/","url_meta":{"origin":28041,"position":1},"title":"\ub525\ub7ec\ub2dd \ud30c\uc774\ud1a0\uce58 \uac15\uc88c, \uc790\uc5f0\uc5b4 \ucc98\ub9ac\ub97c \uc704\ud55c \uc784\ubca0\ub529","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"\uc790\uc5f0\uc5b4 \ucc98\ub9ac(Natural Language Processing, NLP)\ub294 \uc0ac\uc6a9\uc790\uac00 \uc758\ub3c4\ud55c \ubc14\ub97c \uc774\ud574\ud558\uace0, \ubb38\ub9e5\uc5d0 \ub9de\ub294 \uc751\ub2f5\uc744 \uc0dd\uc131\ud558\uba70, \uc5ec\ub7ec \uc5b8\uc5b4\uc801 \uc694\uc18c\ub97c \ubd84\uc11d\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. \uc774 \uacfc\uc815\uc5d0\uc11c \uc911\uc694\ud55c \uae30\uc220 \uc911 \ud558\ub098\uac00 \uc784\ubca0\ub529(Embedding)\uc785\ub2c8\ub2e4. \uc784\ubca0\ub529\uc740 \ub2e8\uc5b4\ub97c \ubca1\ud130 \uacf5\uac04\uc5d0 \ub9e4\ud551\ud558\uc5ec \uc758\ubbf8\uc801 \uad00\uacc4\ub97c \ub354 \uc218\uce58\uc801\uc73c\ub85c \ud45c\ud604\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc90d\ub2c8\ub2e4. \uc624\ub298\uc740 \ud30c\uc774\ud1a0\uce58\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc790\uc5f0\uc5b4 \ucc98\ub9ac\ub97c \uc704\ud55c \ub2e8\uc5b4 \uc784\ubca0\ub529\uc744 \uad6c\ud604\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc784\ubca0\ub529\uc774\ub780?\u2026","rel":"","context":"&quot;\ud30c\uc774\ud1a0\uce58 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud30c\uc774\ud1a0\uce58 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%8c%8c%ec%9d%b4%ed%86%a0%ec%b9%98-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":28039,"url":"https:\/\/atmokpo.com\/w\/28039\/","url_meta":{"origin":28041,"position":2},"title":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uce74\ub4dc \uac8c\uc784","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: [\ub0a0\uc9dc] 1. \uc18c\uac1c \ucf54\ub529\ud14c\uc2a4\ud2b8\ub294 \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uac1c\ubc1c\uc790 \ucc44\uc6a9 \uacfc\uc815\uc758 \uc911\uc694\ud55c \ubd80\ubd84\uc73c\ub85c, \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c \ud480\uc774 \ub2a5\ub825\uc744 \ud3c9\uac00\ud569\ub2c8\ub2e4. \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8\ub85c \uce74\ub4dc \uac8c\uc784 \uad00\ub828 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \uacfc\uc815\uc744 \uc790\uc138\ud788 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uce74\ub4dc \uac8c\uc784\uc740 \ub9ce\uc740 \uc0ac\ub78c\ub4e4\uc5d0\uac8c \uc775\uc219\ud55c \ud615\ud0dc\uc758 \uac8c\uc784\uc774\uba70, \uc774\ub97c \ud1b5\ud574 \uae30\ubcf8\uc801\uc778 \uc54c\uace0\ub9ac\uc998 \uc0ac\uace0\ub97c \ud560 \uc218 \uc788\ub294 \uae30\ud68c\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8\ub294 \uc6f9 \uae30\ubc18 \ud658\uacbd\uc5d0\uc11c\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":25385,"url":"https:\/\/atmokpo.com\/w\/25385\/","url_meta":{"origin":28041,"position":3},"title":"\ub525 \ub7ec\ub2dd\uc744 \uc774\uc6a9\ud55c \uc790\uc5f0\uc5b4 \ucc98\ub9ac, Word-Level \ubc88\uc5ed\uae30 \ub9cc\ub4e4\uae30 (Neural Machine Translation (seq2seq) Tutorial)","author":"root","date":"2024\ub144 10\uc6d4 26\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c 1. \uc11c\ub860 \ub525 \ub7ec\ub2dd \uae30\uc220\uc758 \ubc1c\uc804\uc73c\ub85c \uc790\uc5f0\uc5b4 \ucc98\ub9ac(NLP)\ub294 \uadf8 \uc5b4\ub290 \ub54c\ubcf4\ub2e4\ub3c4 \uc8fc\ubaa9\ubc1b\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ud2b9\ud788 Neural Machine Translation (NMT) \uae30\uc220\uc740 \uba38\uc2e0 \ubc88\uc5ed \ubd84\uc57c\uc5d0\uc11c \ud601\uc2e0\uc744 \uac00\uc838\uc654\uc2b5\ub2c8\ub2e4. \ubcf8 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc2dc\ud000\uc2a4 \ud22c \uc2dc\ud000\uc2a4(Seq2Seq) \ubaa8\ub378\uc744 \ud1b5\ud574 \ub2e8\uc5b4 \uc218\uc900\uc758 \ubc88\uc5ed\uae30\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uc774 \ubc88\uc5ed\uae30\ub294 \uc785\ub825 \ubb38\uc7a5\uc758 \uc758\ubbf8\ub97c \uc774\ud574\ud558\uace0, \uadf8\uc5d0\u2026","rel":"","context":"&quot;\ub525\ub7ec\ub2dd \uc790\uc5f0\uc5b4\ucc98\ub9ac&quot;\uc5d0\uc11c","block_context":{"text":"\ub525\ub7ec\ub2dd \uc790\uc5f0\uc5b4\ucc98\ub9ac","link":"https:\/\/atmokpo.com\/w\/category\/%eb%94%a5%eb%9f%ac%eb%8b%9d-%ec%9e%90%ec%97%b0%ec%96%b4%ec%b2%98%eb%a6%ac\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27950,"url":"https:\/\/atmokpo.com\/w\/27950\/","url_meta":{"origin":28041,"position":4},"title":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub3d9\uc804 \uac1c\uc218\uc758 \ucd5c\uc19f\uac12 \uad6c\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c \ubb38\uc81c \uc124\uba85 \ub3d9\uc804\uc73c\ub85c \uac70\uc2ac\ub7ec \uc904 \uc218 \uc788\ub294 \ucd5c\uc18c \uac1c\uc218\ub97c \uacc4\uc0b0\ud558\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc5ec\ub7ec\ubd84\uc740 \uc8fc\uc5b4\uc9c4 \ub3d9\uc804\uc758 \uc885\ub958\uc640 \ucd1d\uc561\uc744 \uae30\ubc18\uc73c\ub85c \ud574\uc11c \ub3d9\uc804\uc744 \ucd5c\uc18c \uac1c\uc218\ub85c \uc0ac\uc6a9\ud558\uc5ec \ucd1d\uc561\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \ucc3e\uc544\uc57c \ud569\ub2c8\ub2e4. \ub3d9\uc804\uc758 \uc885\ub958\ub294 \ubb34\ud55c\ud788 \ub9ce\ub2e4\uace0 \uac00\uc815\ud569\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \ub3d9\uc804\uc758 \uc885\ub958\uac00 {1, 5, 10, 25} \ub3d9\uc804\uc774 \uc788\uace0, \ub9cc\ub4e4\uc5b4\uc57c \ud558\ub294\u2026","rel":"","context":"&quot;\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ec%9e%90%eb%b0%94%ec%8a%a4%ed%81%ac%eb%a6%bd%ed%8a%b8-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27651,"url":"https:\/\/atmokpo.com\/w\/27651\/","url_meta":{"origin":28041,"position":5},"title":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc18c\uc218 &#038; \ud330\ub9b0\ub4dc\ub86c \uc218 \uc911\uc5d0\uc11c \ucd5c\uc19f\uac12 \ucc3e\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc624\ub298\uc740 \ucde8\uc5c5 \uc900\ube44\uc0dd\ub4e4\uc5d0\uac8c \uc790\uc8fc \ucd9c\uc81c\ub418\ub294 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c \uc911 \ud558\ub098\uc778 '\uc18c\uc218 \ubc0f \ud330\ub9b0\ub4dc\ub86c \uc218 \uc911\uc5d0\uc11c \ucd5c\uc19f\uac12 \ucc3e\uae30'\uc5d0 \ub300\ud574 \uae4a\uac8c \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc774 \ubb38\uc81c\ub97c \ud1b5\ud574 \uc6b0\ub9ac\ub294 \uc18c\uc218\uc640 \ud330\ub9b0\ub4dc\ub86c\uc758 \uac1c\ub150\uc744 \ubcf5\uc2b5\ud558\uace0, C++\uc744 \ud1b5\ud574 \uc54c\uace0\ub9ac\uc998\uc744 \uad6c\ud604\ud574\ubcf4\ub294 \uc2dc\uac04\uc744 \uac00\uc9c0\uaca0\uc2b5\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \uc815\uc218 N\uc774 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub54c N\ubcf4\ub2e4 \ud06c\uac70\ub098 \uac19\uace0, N\ubcf4\ub2e4 \uc791\uac70\ub098 \uac19\uc740 \ubc94\uc704 \ub0b4\uc5d0\uc11c \uc18c\uc218\uc774\uba74\uc11c \ud330\ub9b0\ub4dc\ub86c\uc778\u2026","rel":"","context":"&quot;C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/c-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c-2\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28041","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=28041"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28041\/revisions"}],"predecessor-version":[{"id":28042,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/28041\/revisions\/28042"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=28041"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=28041"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=28041"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}