{"id":27692,"date":"2024-10-27T14:43:08","date_gmt":"2024-10-27T14:43:08","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=27692"},"modified":"2024-11-26T07:16:08","modified_gmt":"2024-11-26T07:16:08","slug":"c-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c-%ec%98%a4%ec%9d%bc%eb%9f%ac-%ed%94%bc-%ed%95%a8%ec%88%98-%ea%b5%ac%ed%98%84%ed%95%98%ea%b8%b0-2","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/27692\/","title":{"rendered":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc624\uc77c\ub7ec \ud53c \ud568\uc218 \uad6c\ud604\ud558\uae30"},"content":{"rendered":"<p><body><\/p>\n<p>\ucf54\ub529 \ud14c\uc2a4\ud2b8 \uc900\ube44 \uc911 \uc218\ud559\uacfc \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\uc5d0 \ub300\ud55c \uc774\ud574\ub294 \ub9e4\uc6b0 \uc911\uc694\ud569\ub2c8\ub2e4. \uc624\ub298\uc740 \uc624\uc77c\ub7ec \ud53c \ud568\uc218\uc5d0 \ub300\ud574 \ub17c\uc758\ud558\uace0 \uc774\ub97c C++\ub85c \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc624\uc77c\ub7ec \ud53c \ud568\uc218\ub294 \uc8fc\uc5b4\uc9c4 \uc815\uc218 <code>n<\/code>\ubcf4\ub2e4 \uc791\uac70\ub098 \uac19\uc740 \uc591\uc758 \uc815\uc218\uc640 \uc11c\ub85c\uc18c\uc778 \uc815\uc218\uc758 \uac1c\uc218\ub97c \ubc18\ud658\ud558\ub294 \ud568\uc218\uc785\ub2c8\ub2e4. \uc774\ub294 \uc218\ub860\uc5d0 \ub9ce\uc740 \uc751\uc6a9\uc774 \uc788\uc73c\uba70, \uc218\ud559\uc801 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \ub370 \uc720\uc6a9\ud569\ub2c8\ub2e4.<\/p>\n<h2>1. \uc624\uc77c\ub7ec \ud53c \ud568\uc218 \uc18c\uac1c<\/h2>\n<p>\uc624\uc77c\ub7ec \ud53c \ud568\uc218\ub294 \ub2e4\uc74c\uacfc \uac19\uc774 \uc815\uc758\ub429\ub2c8\ub2e4:<\/p>\n<ul>\n<li>\uc8fc\uc5b4\uc9c4 n\uc5d0 \ub300\ud574\uc11c, \u03c6(n) = n * (1 &#8211; 1\/p1) * (1 &#8211; 1\/p2) * &#8230; * (1 &#8211; 1\/pk),<\/li>\n<\/ul>\n<p>\uc5ec\uae30\uc11c p1, p2, &#8230; pk\ub294 n\uc758 \uc11c\ub85c\uc18c\uc778 \ubaa8\ub4e0 \uc18c\uc218\uc785\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \u03c6(6)\uc740 \ub2e4\uc74c\uacfc \uac19\uc774 \uacc4\uc0b0\ub429\ub2c8\ub2e4:<\/p>\n<ul>\n<li>n = 6, \uc18c\uc218 p = 2, 3<\/li>\n<li>\u03c6(6) = 6 * (1 &#8211; 1\/2) * (1 &#8211; 1\/3) = 6 * 1\/2 * 2\/3 = 2<\/li>\n<\/ul>\n<h3>1.1 \uc624\uc77c\ub7ec \ud53c \ud568\uc218\uc758 \uc131\uc9c8<\/h3>\n<ul>\n<li>\u03c6(1) = 1<\/li>\n<li>\ub9cc\uc57d p\uac00 \uc18c\uc218\uc774\uace0 k\uac00 \uc591\uc758 \uc815\uc218\uc77c \ub54c, \u03c6(p^k) = p^k * (1 &#8211; 1\/p)<\/li>\n<li>n\uc758 \ub450 \uc218 a, b\uac00 \uc11c\ub85c\uc18c\uc77c \ub54c, \u03c6(ab) = \u03c6(a) * \u03c6(b)<\/li>\n<\/ul>\n<h2>2. \ubb38\uc81c \uc124\uba85<\/h2>\n<p>\ubb38\uc81c: \uc8fc\uc5b4\uc9c4 \uc815\uc218 <code>n<\/code>\uc5d0 \ub300\ud574 \uc624\uc77c\ub7ec \ud53c \ud568\uc218\ub97c \uacc4\uc0b0\ud558\ub294 C++ \ud504\ub85c\uadf8\ub7a8\uc744 \uc791\uc131\ud558\uc2dc\uc624.<\/p>\n<p>\uc785\ub825: \uc815\uc218 <code>n<\/code> (1 \u2264 n \u2264 10<sup>6<\/sup>)<\/p>\n<p>\ucd9c\ub825: \uc815\uc218 \u03c6(n)<\/p>\n<h2>3. \uc54c\uace0\ub9ac\uc998 \uc124\uacc4<\/h2>\n<p>\uc624\uc77c\ub7ec \ud53c \ud568\uc218\ub97c \uc9c1\uc811 \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95\uc740 \ube44\ud6a8\uc728\uc801\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc18c\uc218\ub97c \ubbf8\ub9ac \uad6c\ud55c \ud6c4 \uc704\uc5d0\uc11c \uc815\uc758\ud55c \uc2dd\uc744 \uc774\uc6a9\ud558\uc5ec \u03c6(n)\uc744 \uacc4\uc0b0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub97c \uc704\ud574 \ub2e4\uc74c\uacfc \uac19\uc740 \ub2e8\uacc4\ub85c \uc54c\uace0\ub9ac\uc998\uc744 \uc124\uacc4\ud569\ub2c8\ub2e4.<\/p>\n<ol>\n<li>\uba3c\uc800, \uc5d0\ub77c\ud1a0\uc2a4\ud14c\ub124\uc2a4\uc758 \uccb4\ub97c \uc0ac\uc6a9\ud558\uc5ec n \uc774\ud558\uc758 \ubaa8\ub4e0 \uc18c\uc218\ub97c \uad6c\ud569\ub2c8\ub2e4.<\/li>\n<li>\uad6c\ud55c \uc18c\uc218\ub97c \uc774\uc6a9\ud574 \u03c6(n)\uc744 \uacc4\uc0b0\ud569\ub2c8\ub2e4.<\/li>\n<\/ol>\n<h3>3.1 \uc5d0\ub77c\ud1a0\uc2a4\ud14c\ub124\uc2a4\uc758 \uccb4<\/h3>\n<p>\uc5d0\ub77c\ud1a0\uc2a4\ud14c\ub124\uc2a4\uc758 \uccb4\ub294 \uc18c\uc218\ub97c \uc2e0\uc18d\ud558\uac8c \ucc3e\uae30 \uc704\ud55c \uace0\uc804\uc801\uc778 \uc54c\uace0\ub9ac\uc998\uc785\ub2c8\ub2e4. \uc774 \uc54c\uace0\ub9ac\uc998\uc740 \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\uac00 O(n log log n)\uc73c\ub85c \ub9e4\uc6b0 \ud6a8\uc728\uc801\uc785\ub2c8\ub2e4.<\/p>\n<h2>4. C++ \ucf54\ub4dc \uad6c\ud604<\/h2>\n<p>\uc774\uc81c \uc804\uccb4 \uc54c\uace0\ub9ac\uc998\uc744 C++ \ucf54\ub4dc\ub85c \uad6c\ud604\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c\uc740 \uc624\uc77c\ub7ec \ud53c \ud568\uc218\ub97c \uacc4\uc0b0\ud558\ub294 C++ \ucf54\ub4dc\uc785\ub2c8\ub2e4.<\/p>\n<pre><code>#include &lt;iostream&gt;\n#include &lt;vector&gt;\n\nusing namespace std;\n\n\/\/ \uc624\uc77c\ub7ec \ud53c \ud568\uc218 \uacc4\uc0b0\nint eulerPhi(int n) {\n    int result = n; \/\/ \ucd08\uae30\uac12\uc740 n\n    for (int i = 2; i * i &lt;= n; i++) {\n        \/\/ \ub9cc\uc57d i\uac00 n\uc758 \uc57d\uc218\ub77c\uba74\n        if (n % i == 0) {\n            \/\/ \uc18c\uc218\ub97c \uacf1\ud574\uc11c \uacb0\uacfc\ub97c \uc870\uc815\ud569\ub2c8\ub2e4\n            while (n % i == 0) {\n                n \/= i;\n            }\n            result -= result \/ i; \/\/ \uacb0\uacfc \uacc4\uc0b0\n        }\n    }\n    \/\/ \ub9c8\uc9c0\ub9c9\uc5d0 \ub0a8\uc740 n\uc774 \uc18c\uc218\uc77c \uacbd\uc6b0\n    if (n &gt; 1) {\n        result -= result \/ n; \/\/ \uc18c\uc218\uc5d0 \ub300\ud55c \uacb0\uacfc \ucc98\ub9ac\n    }\n    return result;\n}\n\nint main() {\n    int n;\n    cout &lt;&lt; \"\uc815\uc218\ub97c \uc785\ub825\ud558\uc138\uc694: \";\n    cin &gt;&gt; n;\n    \n    cout &lt;&lt; \"\u03c6(\" &lt;&lt; n &lt;&lt; \") = \" &lt;&lt; eulerPhi(n) &lt;&lt; endl;\n    return 0;\n}\n<\/code><\/pre>\n<h2>5. \ucf54\ub4dc \uc124\uba85<\/h2>\n<p>\uc704 \ucf54\ub4dc\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \ub2e8\uacc4\ub85c \uc791\ub3d9\ud569\ub2c8\ub2e4:<\/p>\n<ul>\n<li><code>eulerPhi(int n)<\/code> \ud568\uc218\ub294 \uc8fc\uc5b4\uc9c4 \uc815\uc218 n\uc5d0 \ub300\ud574 \uc624\uc77c\ub7ec \ud53c \ud568\uc218\ub97c \uacc4\uc0b0\ud558\uace0 \ubc18\ud658\ud569\ub2c8\ub2e4.<\/li>\n<li>\ubcc0\uc218 <code>result<\/code>\ub294 \ucd08\uae30\uac12\uc73c\ub85c n\uc744 \uac00\uc9c0\uba70, \uc18c\uc218\uac00 \ubc1c\uacac\ub420 \ub54c\ub9c8\ub2e4 \uc774 \uac12\uc744 \uc5c5\ub370\uc774\ud2b8\ud569\ub2c8\ub2e4.<\/li>\n<li>\uc18c\uc218 <code>i<\/code>\uac00 n\uc758 \uc57d\uc218\uc77c \uacbd\uc6b0, n\uc744 i\ub85c \ub098\ub204\uc5b4\uac00\uba70 i\uc758 \ubc30\uc218\ub97c \uc81c\uac70\ud569\ub2c8\ub2e4. \uc774 \uacfc\uc815\uc5d0\uc11c \uc18c\uc218\uc5d0 \ub530\ub77c \uacb0\uacfc\ub97c \uc870\uc815\ud569\ub2c8\ub2e4.<\/li>\n<li>\ubaa8\ub4e0 \uc18c\uc218\ub97c \uac80\uc0ac\ud55c \ud6c4, \ub9cc\uc57d n\uc774 1\ubcf4\ub2e4 \ud070 \uacbd\uc6b0 (\uc989, n\uc774 \uc18c\uc218\uc778 \uacbd\uc6b0) \ucd94\uac00\ub85c \ucc98\ub9ac\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h2>6. \ucf54\ub4dc \ud14c\uc2a4\ud2b8<\/h2>\n<p>\ucf54\ub4dc\ub97c \uc644\ub8cc\ud55c \ud6c4, \ub2e4\uc591\ud55c \ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4\ub85c \ud568\uc218\ub97c \uac80\uc99d\ud574 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uba74:<\/p>\n<ul>\n<li>n = 1\uc77c \ub54c, \u03c6(1) = 1<\/li>\n<li>n = 6\uc77c \ub54c, \u03c6(6) = 2<\/li>\n<li>n = 9\uc77c \ub54c, \u03c6(9) = 6<\/li>\n<\/ul>\n<h2>7. \uc131\ub2a5 \ubd84\uc11d<\/h2>\n<p>\uc704 \uc54c\uace0\ub9ac\uc998\uc740 O(\u221an)\uc758 \uc2dc\uac04\ubcf5\uc7a1\ub3c4\ub97c \uac00\uc9c0\uace0 \uc788\uc73c\uba70, n\uc774 \ucd5c\ub300 10<sup>6<\/sup>\uc77c \ub54c\ub3c4 \uc0c1\ub300\uc801\uc73c\ub85c \ube60\ub974\uac8c \uc791\ub3d9\ud569\ub2c8\ub2e4. \uacf5\uac04 \ubcf5\uc7a1\ub3c4\ub294 O(1)\ub85c \ucd94\uac00\uc801\uc778 \uba54\ubaa8\ub9ac \uc0ac\uc6a9\uc774 \uac70\uc758 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uc774\uc720\ub85c \ub300\uaddc\ubaa8 \ub370\uc774\ud130\uc5d0\uc11c\ub3c4 \ud6a8\uc728\uc801\uc73c\ub85c \uc0ac\uc6a9\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>8. \uacb0\ub860<\/h2>\n<p>\uc624\ub298\uc758 \ud3ec\uc2a4\ud2b8\uc5d0\uc11c\ub294 \uc624\uc77c\ub7ec \ud53c \ud568\uc218\uc758 \uac1c\ub150\uacfc \uc774\ub97c C++\ub85c \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6e0\uc2b5\ub2c8\ub2e4. \uc624\uc77c\ub7ec \ud53c \ud568\uc218\ub294 \ub2e4\uc591\ud55c \uc218\ud559\uc801 \ubb38\uc81c\uc758 \ud574\uacb0\uc5d0 \uc720\uc6a9\ud558\uac8c \uc0ac\uc6a9\ub420 \uc218 \uc788\uc73c\uba70, \ucef4\ud4e8\ud130 \ud504\ub85c\uadf8\ub798\ubc0d\uc5d0\uc11c \ud070 \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc774\ub7ec\ud55c \ubb38\uc81c\ub97c \ud480\uc5b4\ubcf4\ub294 \uac83\uc740 \ucf54\ub529 \ud14c\uc2a4\ud2b8 \uc900\ube44\uc5d0 \ud070 \ub3c4\uc6c0\uc774 \ub420 \uac83\uc785\ub2c8\ub2e4.<\/p>\n<p>\ucf54\ub4dc\uc5d0 \ub300\ud55c \uc9c8\ubb38\uc774\ub098 \ud53c\ub4dc\ubc31\uc774 \uc788\ub2e4\uba74 \ub313\uae00\ub85c \ub0a8\uaca8 \uc8fc\uc138\uc694! \ub2e4\uc74c \ud3ec\uc2a4\ud2b8\uc5d0\uc11c\ub294 \ub610 \ub2e4\ub978 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \ub2e4\ub8f0 \uc608\uc815\uc785\ub2c8\ub2e4. \uac10\uc0ac\ud569\ub2c8\ub2e4!<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ucf54\ub529 \ud14c\uc2a4\ud2b8 \uc900\ube44 \uc911 \uc218\ud559\uacfc \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\uc5d0 \ub300\ud55c \uc774\ud574\ub294 \ub9e4\uc6b0 \uc911\uc694\ud569\ub2c8\ub2e4. \uc624\ub298\uc740 \uc624\uc77c\ub7ec \ud53c \ud568\uc218\uc5d0 \ub300\ud574 \ub17c\uc758\ud558\uace0 \uc774\ub97c C++\ub85c \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc624\uc77c\ub7ec \ud53c \ud568\uc218\ub294 \uc8fc\uc5b4\uc9c4 \uc815\uc218 n\ubcf4\ub2e4 \uc791\uac70\ub098 \uac19\uc740 \uc591\uc758 \uc815\uc218\uc640 \uc11c\ub85c\uc18c\uc778 \uc815\uc218\uc758 \uac1c\uc218\ub97c \ubc18\ud658\ud558\ub294 \ud568\uc218\uc785\ub2c8\ub2e4. \uc774\ub294 \uc218\ub860\uc5d0 \ub9ce\uc740 \uc751\uc6a9\uc774 \uc788\uc73c\uba70, \uc218\ud559\uc801 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \ub370 \uc720\uc6a9\ud569\ub2c8\ub2e4. 1. \uc624\uc77c\ub7ec \ud53c \ud568\uc218 \uc18c\uac1c \uc624\uc77c\ub7ec \ud53c \ud568\uc218\ub294 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/27692\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc624\uc77c\ub7ec \ud53c \ud568\uc218 \uad6c\ud604\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-27692","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, \uc624\uc77c\ub7ec \ud53c \ud568\uc218 \uad6c\ud604\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\/27692\/\" \/>\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, \uc624\uc77c\ub7ec \ud53c \ud568\uc218 \uad6c\ud604\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ucf54\ub529 \ud14c\uc2a4\ud2b8 \uc900\ube44 \uc911 \uc218\ud559\uacfc \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\uc5d0 \ub300\ud55c \uc774\ud574\ub294 \ub9e4\uc6b0 \uc911\uc694\ud569\ub2c8\ub2e4. \uc624\ub298\uc740 \uc624\uc77c\ub7ec \ud53c \ud568\uc218\uc5d0 \ub300\ud574 \ub17c\uc758\ud558\uace0 \uc774\ub97c C++\ub85c \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc624\uc77c\ub7ec \ud53c \ud568\uc218\ub294 \uc8fc\uc5b4\uc9c4 \uc815\uc218 n\ubcf4\ub2e4 \uc791\uac70\ub098 \uac19\uc740 \uc591\uc758 \uc815\uc218\uc640 \uc11c\ub85c\uc18c\uc778 \uc815\uc218\uc758 \uac1c\uc218\ub97c \ubc18\ud658\ud558\ub294 \ud568\uc218\uc785\ub2c8\ub2e4. \uc774\ub294 \uc218\ub860\uc5d0 \ub9ce\uc740 \uc751\uc6a9\uc774 \uc788\uc73c\uba70, \uc218\ud559\uc801 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \ub370 \uc720\uc6a9\ud569\ub2c8\ub2e4. 1. \uc624\uc77c\ub7ec \ud53c \ud568\uc218 \uc18c\uac1c \uc624\uc77c\ub7ec \ud53c \ud568\uc218\ub294 &hellip; \ub354 \ubcf4\uae30 &quot;C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc624\uc77c\ub7ec \ud53c \ud568\uc218 \uad6c\ud604\ud558\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/27692\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T14:43:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:16:08+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\/27692\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27692\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc624\uc77c\ub7ec \ud53c \ud568\uc218 \uad6c\ud604\ud558\uae30\",\"datePublished\":\"2024-10-27T14:43:08+00:00\",\"dateModified\":\"2024-11-26T07:16:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27692\/\"},\"wordCount\":63,\"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\/27692\/\",\"url\":\"https:\/\/atmokpo.com\/w\/27692\/\",\"name\":\"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc624\uc77c\ub7ec \ud53c \ud568\uc218 \uad6c\ud604\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T14:43:08+00:00\",\"dateModified\":\"2024-11-26T07:16:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27692\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/27692\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/27692\/#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, \uc624\uc77c\ub7ec \ud53c \ud568\uc218 \uad6c\ud604\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, \uc624\uc77c\ub7ec \ud53c \ud568\uc218 \uad6c\ud604\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\/27692\/","og_locale":"ko_KR","og_type":"article","og_title":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc624\uc77c\ub7ec \ud53c \ud568\uc218 \uad6c\ud604\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ucf54\ub529 \ud14c\uc2a4\ud2b8 \uc900\ube44 \uc911 \uc218\ud559\uacfc \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\uc5d0 \ub300\ud55c \uc774\ud574\ub294 \ub9e4\uc6b0 \uc911\uc694\ud569\ub2c8\ub2e4. \uc624\ub298\uc740 \uc624\uc77c\ub7ec \ud53c \ud568\uc218\uc5d0 \ub300\ud574 \ub17c\uc758\ud558\uace0 \uc774\ub97c C++\ub85c \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc624\uc77c\ub7ec \ud53c \ud568\uc218\ub294 \uc8fc\uc5b4\uc9c4 \uc815\uc218 n\ubcf4\ub2e4 \uc791\uac70\ub098 \uac19\uc740 \uc591\uc758 \uc815\uc218\uc640 \uc11c\ub85c\uc18c\uc778 \uc815\uc218\uc758 \uac1c\uc218\ub97c \ubc18\ud658\ud558\ub294 \ud568\uc218\uc785\ub2c8\ub2e4. \uc774\ub294 \uc218\ub860\uc5d0 \ub9ce\uc740 \uc751\uc6a9\uc774 \uc788\uc73c\uba70, \uc218\ud559\uc801 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \ub370 \uc720\uc6a9\ud569\ub2c8\ub2e4. 1. \uc624\uc77c\ub7ec \ud53c \ud568\uc218 \uc18c\uac1c \uc624\uc77c\ub7ec \ud53c \ud568\uc218\ub294 &hellip; \ub354 \ubcf4\uae30 \"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc624\uc77c\ub7ec \ud53c \ud568\uc218 \uad6c\ud604\ud558\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/27692\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T14:43:08+00:00","article_modified_time":"2024-11-26T07:16:08+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\/27692\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/27692\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc624\uc77c\ub7ec \ud53c \ud568\uc218 \uad6c\ud604\ud558\uae30","datePublished":"2024-10-27T14:43:08+00:00","dateModified":"2024-11-26T07:16:08+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/27692\/"},"wordCount":63,"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\/27692\/","url":"https:\/\/atmokpo.com\/w\/27692\/","name":"C++ \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \uc624\uc77c\ub7ec \ud53c \ud568\uc218 \uad6c\ud604\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T14:43:08+00:00","dateModified":"2024-11-26T07:16:08+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/27692\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/27692\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/27692\/#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, \uc624\uc77c\ub7ec \ud53c \ud568\uc218 \uad6c\ud604\ud558\uae30"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27692","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=27692"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27692\/revisions"}],"predecessor-version":[{"id":27693,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27692\/revisions\/27693"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=27692"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=27692"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=27692"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}