{"id":27668,"date":"2024-10-27T14:42:54","date_gmt":"2024-10-27T14:42:54","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=27668"},"modified":"2024-11-26T07:16:20","modified_gmt":"2024-11-26T07:16:20","slug":"c-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c-%ec%8a%a4%ed%83%9d%ea%b3%bc-%ed%81%90-2","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/27668\/","title":{"rendered":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc2a4\ud0dd\uacfc \ud050"},"content":{"rendered":"<p><body><\/p>\n<p>\ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \ub4f1\uc7a5\ud558\ub294 \ub370\uc774\ud130 \uad6c\uc870 \uc911 \ud558\ub098\uc778 \uc2a4\ud0dd\uacfc \ud050\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ub450 \ub370\uc774\ud130 \uad6c\uc870 \ubaa8\ub450 \uc694\uc18c\ub97c \uc800\uc7a5\ud558\uace0 \ucc98\ub9ac\ud558\ub294 \ubc29\ubc95\uc5d0\uc11c \ucc28\uc774\uac00 \uc788\uc73c\uba70, \ud2b9\uc815 \ubb38\uc81c\uc5d0 \ub9de\ucdb0 \uc120\ud0dd\uc801\uc73c\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \uc2a4\ud0dd\uacfc \ud050\uc758 \uae30\ubcf8 \uac1c\ub150, \uc774\ub4e4\uc744 \ud65c\uc6a9\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c \uadf8\ub9ac\uace0 \ud574\ub2f9 \ubb38\uc81c\uc758 \ucf54\ub4dc\ub97c C++\ub85c \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \ud568\uaed8 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>\uc2a4\ud0dd(Stack)<\/h2>\n<p>\uc2a4\ud0dd\uc740 \ub370\uc774\ud130\ub97c \uc800\uc7a5\ud558\ub294 \uad6c\uc870\ub85c <strong>\ud6c4\uc785\uc120\ucd9c(Last In First Out, LIFO)<\/strong>\ub97c \uc6d0\uce59\uc73c\ub85c \ud569\ub2c8\ub2e4. \uc989, \uac00\uc7a5 \ub098\uc911\uc5d0 \ub4e4\uc5b4\uc628 \ub370\uc774\ud130\uac00 \uac00\uc7a5 \uba3c\uc800 \ub098\uc635\ub2c8\ub2e4. \uc2a4\ud0dd\uc740 \ub2e4\uc74c\uacfc \uac19\uc740 \ub450 \uac00\uc9c0 \uc8fc\uc694 \uc5f0\uc0b0\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4:<\/p>\n<ul>\n<li><strong>push<\/strong>: \uc2a4\ud0dd\uc758 top\uc5d0 \ub370\uc774\ud130\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>pop<\/strong>: \uc2a4\ud0dd\uc758 top\uc5d0\uc11c \ub370\uc774\ud130\ub97c \uc81c\uac70\ud558\uace0 \ud574\ub2f9 \ub370\uc774\ud130\ub97c \ubc18\ud658\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h3>\uc2a4\ud0dd\uc758 \ud65c\uc6a9 \uc608\uc2dc<\/h3>\n<p>\uc2a4\ud0dd\uc740 \uad04\ud638 \uac80\uc0ac, \uc138\ud2b8\uc758 \uc5ed\uc21c \ucd9c\ub825, \ub4a4\ub85c\uac00\uae30 \uae30\ub2a5\uc744 \uad6c\ud604\ud558\ub294\ub370 \uc720\uc6a9\ud558\uac8c \uc0ac\uc6a9\ub429\ub2c8\ub2e4.<\/p>\n<h2>\ud050(Queue)<\/h2>\n<p>\ud050\ub294 \ub370\uc774\ud130\ub97c \uc800\uc7a5\ud558\ub294 \uad6c\uc870\ub85c <strong>\uc120\uc785\uc120\ucd9c(First In First Out, FIFO)<\/strong>\ub97c \uc6d0\uce59\uc73c\ub85c \ud569\ub2c8\ub2e4. \uc989, \uac00\uc7a5 \uba3c\uc800 \ub4e4\uc5b4\uc628 \ub370\uc774\ud130\uac00 \uac00\uc7a5 \uba3c\uc800 \ub098\uac11\ub2c8\ub2e4. \ud050\ub3c4 \uc8fc\uc694 \uc5f0\uc0b0\uc740 \uc720\uc0ac\ud558\uac8c \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<ul>\n<li><strong>enqueue<\/strong>: \ud050\uc758 rear\uc5d0 \ub370\uc774\ud130\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>dequeue<\/strong>: \ud050\uc758 front\uc5d0\uc11c \ub370\uc774\ud130\ub97c \uc81c\uac70\ud558\uace0 \ud574\ub2f9 \ub370\uc774\ud130\ub97c \ubc18\ud658\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h3>\ud050\uc758 \ud65c\uc6a9 \uc608\uc2dc<\/h3>\n<p>\ud050\ub294 \ud504\ub9b0\ud130 \uc791\uc5c5 \uad00\ub9ac, \ud504\ub85c\uc138\uc2a4 \uc2a4\ucf00\uc904\ub9c1, BFS(\ub108\ube44 \uc6b0\uc120 \ud0d0\uc0c9) \uc54c\uace0\ub9ac\uc998 \uad6c\ud604 \ub4f1\uc5d0 \uc0ac\uc6a9\ub429\ub2c8\ub2e4.<\/p>\n<h2>\ubb38\uc81c: \uc62c\ubc14\ub978 \uad04\ud638 \ubb38\uc790\uc5f4 \ud655\uc778\ud558\uae30<\/h2>\n<p>\uc774\ubc88 \ubb38\uc81c\ub294 \uc2a4\ud0dd\uc744 \ud65c\uc6a9\ud558\uc5ec \uc8fc\uc5b4\uc9c4 \ubb38\uc790\uc5f4 \uc18d\uc758 \uad04\ud638\uac00 \uc62c\ubc14\ub978\uc9c0 \uac80\uc0ac\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. \uc62c\ubc14\ub978 \uad04\ud638 \ubb38\uc790\uc5f4\uc758 \uc815\uc758\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<ul>\n<li>\ubaa8\ub4e0 \uc5f4\ub9b0 \uad04\ud638\ub294 \ubc18\ub4dc\uc2dc \ub2eb\ud788\ub294 \uad04\ud638\uc640 \uc30d\uc744 \uc774\ub8e8\uc5b4\uc57c \ud569\ub2c8\ub2e4.<\/li>\n<li>\uc5f4\ub9b0 \uad04\ud638\uac00 \ub2eb\ud788\ub294 \uad04\ud638\ubcf4\ub2e4 \uba3c\uc800 \ub098\uc624\uc9c0 \uc54a\uc544\uc57c \ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h3>\ubb38\uc81c \uc124\uba85<\/h3>\n<p>\ubb38\uc790\uc5f4\uc774 \uc8fc\uc5b4\uc9c8 \ub54c, \uc774 \ubb38\uc790\uc5f4\uc774 \uc62c\ubc14\ub978 \uad04\ud638 \ubb38\uc790\uc5f4\uc778\uc9c0 \ud655\uc778\ud574\uc57c \ud569\ub2c8\ub2e4. \ub2e4\uc74c\uacfc \uac19\uc740 \uacbd\uc6b0\uc5d0 &#8220;\uc62c\ubc14\ub974\ub2e4&#8221;\uace0 \ub9d0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<ul>\n<li>&#8220;()&#8221;<\/li>\n<li>&#8220;(())&#8221;<\/li>\n<li>&#8220;()()&#8221;<\/li>\n<li>&#8220;(()(()))&#8221;<\/li>\n<\/ul>\n<p>\ubc18\ub300\ub85c \ub2e4\uc74c\uacfc \uac19\uc740 \uacbd\uc6b0\ub294 &#8220;\uc62c\ubc14\ub974\uc9c0 \uc54a\ub2e4&#8221;\uace0 \ub9d0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<ul>\n<li>&#8220;)(&#8220;<\/li>\n<li>&#8220;(()&#8221;<\/li>\n<li>&#8220;())&#8221;<\/li>\n<li>&#8220;(()))&#8221;<\/li>\n<\/ul>\n<h3>\ud480\uc774 \uacfc\uc815<\/h3>\n<p>\uc774 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\uae30 \uc704\ud574 \uc2a4\ud0dd\uc744 \uc0ac\uc6a9\ud560 \uac83\uc785\ub2c8\ub2e4. \uc2a4\ud0dd\uc758 \uae30\ubcf8 \uc6d0\ub9ac\ub97c \ud1b5\ud574 \uc5f4\ub9b0 \uad04\ud638\ub294 \uc2a4\ud0dd\uc5d0 \ucd94\uac00\ud558\uace0, \ub2eb\ud78c \uad04\ud638\uac00 \ub098\uc624\uba74 \uc2a4\ud0dd\uc5d0\uc11c \uc5f4\ub9b0 \uad04\ud638\ub97c pop\ud558\ub294 \ubc29\uc2dd\uc73c\ub85c \uc9c4\ud589\ud569\ub2c8\ub2e4.<\/p>\n<ol>\n<li>\ube48 \uc2a4\ud0dd\uc744 \uc0dd\uc131\ud569\ub2c8\ub2e4.<\/li>\n<li>\uc785\ub825 \ubb38\uc790\uc5f4\uc744 \ud55c \uae00\uc790\uc529 \uc77d\uc2b5\ub2c8\ub2e4.<\/li>\n<li>\uc77d\uc740 \uae00\uc790\uac00 &#8216;(&#8216;\uc774\uba74 \uc2a4\ud0dd\uc5d0 push\ud569\ub2c8\ub2e4.<\/li>\n<li>\uc77d\uc740 \uae00\uc790\uac00 &#8216;)&#8217;\uc774\uba74 \uc2a4\ud0dd\uc774 \ube44\uc5b4\uc788\uc9c0 \uc54a\uc740\uc9c0 \ud655\uc778\ud55c \ud6c4, \uc2a4\ud0dd\uc5d0\uc11c pop\uc744 \uc218\ud589\ud569\ub2c8\ub2e4. \uc2a4\ud0dd\uc774 \ube44\uc5b4\uc788\ub2e4\uba74 \uc798\ubabb\ub41c \ubb38\uc790\uc5f4\uc785\ub2c8\ub2e4.<\/li>\n<li>\ubb38\uc790\uc5f4\uc744 \ubaa8\ub450 \ub2e4 \uc77d\uc5c8\uc744 \ub54c \uc2a4\ud0dd\uc774 \ube44\uc5b4 \uc788\ub2e4\uba74 \uc62c\ubc14\ub978 \ubb38\uc790\uc5f4\uc785\ub2c8\ub2e4. \ube44\uc5b4 \uc788\uc9c0 \uc54a\ub2e4\uba74 \uc798\ubabb\ub41c \ubb38\uc790\uc5f4\uc785\ub2c8\ub2e4.<\/li>\n<\/ol>\n<h3>C++ \ucf54\ub4dc \uad6c\ud604<\/h3>\n<p>\uc704\uc758 \uc54c\uace0\ub9ac\uc998\uc744 \uad6c\ud604\ud55c C++ \ucf54\ub4dc\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>\n#include <iostream>\n#include <stack>\n#include <string>\n\nbool isValidParentheses(const std::string&amp; str) {\n    std::stack<char> s;\n    \n    for (char c : str) {\n        if (c == '(') {\n            s.push(c);\n        } else if (c == ')') {\n            \/\/ \uc2a4\ud0dd\uc774 \ube44\uc5b4 \uc788\uc73c\uba74 \uc798\ubabb\ub41c \uad04\ud638\n            if (s.empty()) {\n                return false;\n            }\n            s.pop(); \/\/ \uc62c\ubc14\ub978 \uacbd\uc6b0, \uc5f4\ub9b0 \uad04\ud638 \uc81c\uac70\n        }\n    }\n    \n    \/\/ \ucd5c\uc885\uc801\uc73c\ub85c \uc2a4\ud0dd\uc774 \ube44\uc5b4 \uc788\uc5b4\uc57c \uc62c\ubc14\ub974\ub2e4\n    return s.empty();\n}\n\nint main() {\n    std::string input;\n    std::cout &lt;&lt; \"\uad04\ud638 \ubb38\uc790\uc5f4\uc744 \uc785\ub825\ud558\uc138\uc694: \";\n    std::cin &gt;&gt; input;\n\n    if (isValidParentheses(input)) {\n        std::cout &lt;&lt; \"\uc62c\ubc14\ub978 \uad04\ud638 \ubb38\uc790\uc5f4\uc785\ub2c8\ub2e4.\" &lt;&lt; std::endl;\n    } else {\n        std::cout &lt;&lt; \"\uc62c\ubc14\ub974\uc9c0 \uc54a\uc740 \uad04\ud638 \ubb38\uc790\uc5f4\uc785\ub2c8\ub2e4.\" &lt;&lt; std::endl;\n    }\n    \n    return 0;\n}\n<\/char><\/string><\/stack><\/iostream><\/code><\/pre>\n<h2>\uacb0\uacfc \ud14c\uc2a4\ud2b8<\/h2>\n<p>\uc704\uc758 \ucf54\ub4dc\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub2e4\uc591\ud55c \uc785\ub825 \ubb38\uc790\uc5f4\uc744 \ud14c\uc2a4\ud2b8\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4:<\/p>\n<ul>\n<li>\uc785\ub825: <code>()<\/code> &#8211; \ucd9c\ub825: &#8220;\uc62c\ubc14\ub978 \uad04\ud638 \ubb38\uc790\uc5f4\uc785\ub2c8\ub2e4.&#8221;<\/li>\n<li>\uc785\ub825: <code>(())<\/code> &#8211; \ucd9c\ub825: &#8220;\uc62c\ubc14\ub978 \uad04\ud638 \ubb38\uc790\uc5f4\uc785\ub2c8\ub2e4.&#8221;<\/li>\n<li>\uc785\ub825: <code>())<\/code> &#8211; \ucd9c\ub825: &#8220;\uc62c\ubc14\ub974\uc9c0 \uc54a\uc740 \uad04\ud638 \ubb38\uc790\uc5f4\uc785\ub2c8\ub2e4.&#8221;<\/li>\n<li>\uc785\ub825: <code>(()))<\/code> &#8211; \ucd9c\ub825: &#8220;\uc62c\ubc14\ub974\uc9c0 \uc54a\uc740 \uad04\ud638 \ubb38\uc790\uc5f4\uc785\ub2c8\ub2e4.&#8221;<\/li>\n<\/ul>\n<h2>\uc815\ub9ac \ubc0f \ud301<\/h2>\n<p>\uc2a4\ud0dd\uacfc \ud050\ub294 \ub2e4\uc591\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\uc5d0\uc11c \uc911\uc694\ud55c \uc5ed\ud560\uc744 \uc218\ud589\ud569\ub2c8\ub2e4. \uc2a4\ud0dd\uc740 \uc8fc\ub85c LIFO \uad6c\uc870\uac00 \ud544\uc694\ud55c \ubb38\uc81c\uc5d0, \ud050\ub294 FIFO \uad6c\uc870\uac00 \ud544\uc694\ud55c \ubb38\uc81c\uc5d0 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c \ub17c\uc758\ud55c \ubb38\uc81c \ud574\uacb0 \uacfc\uc815\uc744 \ud1b5\ud574 \uc2a4\ud0dd\uc744 \ubcf4\ub2e4 \ud6a8\uacfc\uc801\uc73c\ub85c \ud65c\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc775\ud614\uae30\ub97c \ubc14\ub78d\ub2c8\ub2e4.<\/p>\n<div class=\"note\">\n<strong>\ud301:<\/strong> \uc2a4\ud0dd\uacfc \ud050\uc758 \uac1c\ub150\uc744 \uba85\ud655\ud788 \uc774\ud574\ud558\uace0 \uc5f0\uc0b0\uc758 \uc2dc\uac04 \ubcf5\uc7a1\uc131\uc744 \uace0\ub824\ud558\uc5ec \ub2e4\uc591\ud55c \ubb38\uc81c\ub97c \ud480\uc5b4\ubcf4\uc138\uc694. \ub2e4\uc591\ud558\uace0 \ubcf5\uc7a1\ud55c \ubb38\uc81c\ub97c \uc2dc\ub3c4\ud558\uba74\uc11c \uc790\uc2e0\ub9cc\uc758 \ucd5c\uc801\uc758 \ud574\uacb0\ucc45\uc744 \ucc3e\uc544\uac00\ub294 \uacfc\uc815\uc774 \ud544\uc694\ud569\ub2c8\ub2e4.\n<\/div>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \ub4f1\uc7a5\ud558\ub294 \ub370\uc774\ud130 \uad6c\uc870 \uc911 \ud558\ub098\uc778 \uc2a4\ud0dd\uacfc \ud050\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ub450 \ub370\uc774\ud130 \uad6c\uc870 \ubaa8\ub450 \uc694\uc18c\ub97c \uc800\uc7a5\ud558\uace0 \ucc98\ub9ac\ud558\ub294 \ubc29\ubc95\uc5d0\uc11c \ucc28\uc774\uac00 \uc788\uc73c\uba70, \ud2b9\uc815 \ubb38\uc81c\uc5d0 \ub9de\ucdb0 \uc120\ud0dd\uc801\uc73c\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \uc2a4\ud0dd\uacfc \ud050\uc758 \uae30\ubcf8 \uac1c\ub150, \uc774\ub4e4\uc744 \ud65c\uc6a9\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c \uadf8\ub9ac\uace0 \ud574\ub2f9 \ubb38\uc81c\uc758 \ucf54\ub4dc\ub97c C++\ub85c \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \ud568\uaed8 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc2a4\ud0dd(Stack) \uc2a4\ud0dd\uc740 \ub370\uc774\ud130\ub97c \uc800\uc7a5\ud558\ub294 \uad6c\uc870\ub85c \ud6c4\uc785\uc120\ucd9c(Last In First &hellip; <a href=\"https:\/\/atmokpo.com\/w\/27668\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc2a4\ud0dd\uacfc \ud050&#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-27668","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, \uc2a4\ud0dd\uacfc \ud050 - \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\/27668\/\" \/>\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, \uc2a4\ud0dd\uacfc \ud050 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \ub4f1\uc7a5\ud558\ub294 \ub370\uc774\ud130 \uad6c\uc870 \uc911 \ud558\ub098\uc778 \uc2a4\ud0dd\uacfc \ud050\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ub450 \ub370\uc774\ud130 \uad6c\uc870 \ubaa8\ub450 \uc694\uc18c\ub97c \uc800\uc7a5\ud558\uace0 \ucc98\ub9ac\ud558\ub294 \ubc29\ubc95\uc5d0\uc11c \ucc28\uc774\uac00 \uc788\uc73c\uba70, \ud2b9\uc815 \ubb38\uc81c\uc5d0 \ub9de\ucdb0 \uc120\ud0dd\uc801\uc73c\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \uc2a4\ud0dd\uacfc \ud050\uc758 \uae30\ubcf8 \uac1c\ub150, \uc774\ub4e4\uc744 \ud65c\uc6a9\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c \uadf8\ub9ac\uace0 \ud574\ub2f9 \ubb38\uc81c\uc758 \ucf54\ub4dc\ub97c C++\ub85c \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \ud568\uaed8 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc2a4\ud0dd(Stack) \uc2a4\ud0dd\uc740 \ub370\uc774\ud130\ub97c \uc800\uc7a5\ud558\ub294 \uad6c\uc870\ub85c \ud6c4\uc785\uc120\ucd9c(Last In First &hellip; \ub354 \ubcf4\uae30 &quot;C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc2a4\ud0dd\uacfc \ud050&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/27668\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T14:42:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:16:20+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\/27668\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27668\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc2a4\ud0dd\uacfc \ud050\",\"datePublished\":\"2024-10-27T14:42:54+00:00\",\"dateModified\":\"2024-11-26T07:16:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27668\/\"},\"wordCount\":34,\"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\/27668\/\",\"url\":\"https:\/\/atmokpo.com\/w\/27668\/\",\"name\":\"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc2a4\ud0dd\uacfc \ud050 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T14:42:54+00:00\",\"dateModified\":\"2024-11-26T07:16:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27668\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/27668\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/27668\/#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, \uc2a4\ud0dd\uacfc \ud050\"}]},{\"@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, \uc2a4\ud0dd\uacfc \ud050 - \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\/27668\/","og_locale":"ko_KR","og_type":"article","og_title":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc2a4\ud0dd\uacfc \ud050 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ucf54\ub529\ud14c\uc2a4\ud2b8\uc5d0\uc11c \uc790\uc8fc \ub4f1\uc7a5\ud558\ub294 \ub370\uc774\ud130 \uad6c\uc870 \uc911 \ud558\ub098\uc778 \uc2a4\ud0dd\uacfc \ud050\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ub450 \ub370\uc774\ud130 \uad6c\uc870 \ubaa8\ub450 \uc694\uc18c\ub97c \uc800\uc7a5\ud558\uace0 \ucc98\ub9ac\ud558\ub294 \ubc29\ubc95\uc5d0\uc11c \ucc28\uc774\uac00 \uc788\uc73c\uba70, \ud2b9\uc815 \ubb38\uc81c\uc5d0 \ub9de\ucdb0 \uc120\ud0dd\uc801\uc73c\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \uc2a4\ud0dd\uacfc \ud050\uc758 \uae30\ubcf8 \uac1c\ub150, \uc774\ub4e4\uc744 \ud65c\uc6a9\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c \uadf8\ub9ac\uace0 \ud574\ub2f9 \ubb38\uc81c\uc758 \ucf54\ub4dc\ub97c C++\ub85c \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \ud568\uaed8 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc2a4\ud0dd(Stack) \uc2a4\ud0dd\uc740 \ub370\uc774\ud130\ub97c \uc800\uc7a5\ud558\ub294 \uad6c\uc870\ub85c \ud6c4\uc785\uc120\ucd9c(Last In First &hellip; \ub354 \ubcf4\uae30 \"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc2a4\ud0dd\uacfc \ud050\"","og_url":"https:\/\/atmokpo.com\/w\/27668\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T14:42:54+00:00","article_modified_time":"2024-11-26T07:16:20+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\/27668\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/27668\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc2a4\ud0dd\uacfc \ud050","datePublished":"2024-10-27T14:42:54+00:00","dateModified":"2024-11-26T07:16:20+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/27668\/"},"wordCount":34,"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\/27668\/","url":"https:\/\/atmokpo.com\/w\/27668\/","name":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc2a4\ud0dd\uacfc \ud050 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T14:42:54+00:00","dateModified":"2024-11-26T07:16:20+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/27668\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/27668\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/27668\/#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, \uc2a4\ud0dd\uacfc \ud050"}]},{"@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\/27668","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=27668"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27668\/revisions"}],"predecessor-version":[{"id":27669,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27668\/revisions\/27669"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=27668"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=27668"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=27668"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}