{"id":27024,"date":"2024-10-27T13:43:00","date_gmt":"2024-10-27T13:43:00","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=27024"},"modified":"2024-11-26T07:24:09","modified_gmt":"2024-11-26T07:24:09","slug":"%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-%eb%82%b4%eb%a6%bc%ec%b0%a8%ec%88%9c%ec%9c%bc%eb%a1%9c-%ec%9e%90%eb%a6%bf%ec%88%98-%ec%a0%95%eb%a0%ac","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/27024\/","title":{"rendered":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\ud558\uae30"},"content":{"rendered":"<p><body><\/p>\n<h2>1. \ubb38\uc81c \uc815\uc758<\/h2>\n<p>\uc774\ubc88 \ubb38\uc81c\uc758 \ubaa9\ud45c\ub294 \uc8fc\uc5b4\uc9c4 \uc22b\uc790\ub97c \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud558\uc5ec, \ucd5c\ub300\ud55c \ud070 \uc218\ub97c \ub9cc\ub4dc\ub294 \uac83\uc785\ub2c8\ub2e4. \uc785\ub825\uc73c\ub85c \uc8fc\uc5b4\uc9c4 \uc22b\uc790\ub294 \uc815\uc218\uc774\uba70, \uc6b0\ub9ac\uac00 \ud574\uc57c \ud560 \uc77c\uc740 \uc774 \uc22b\uc790\uc758 \uc790\ub9bf\uc218\ub97c \uc774\uc6a9\ud558\uc5ec \uc81c\uc77c \ud070 \uc218\ub97c \ubc18\ud658\ud558\ub294 \uac83\uc785\ub2c8\ub2e4.<\/p>\n<h3>\uc608\uc81c \uc785\ub825\/\ucd9c\ub825<\/h3>\n<ul>\n<li>Input: <code>2183<\/code><\/li>\n<li>Output: <code>8321<\/code><\/li>\n<\/ul>\n<h2>2. \ubb38\uc81c \uc811\uadfc \ubc29\ubc95<\/h2>\n<p>\uc774 \ubb38\uc81c\ub294 \uac01 \uc790\ub9bf\uc218\uc758 \uac1c\ubcc4 \uc22b\uc790\ub97c \ucd94\ucd9c\ud55c \ud6c4, \uc774\ub97c \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud558\ub294 \uacfc\uc815\uc744 \ud3ec\ud568\ud569\ub2c8\ub2e4. Python\uc5d0\uc11c\ub294 \ub9ac\uc2a4\ud2b8\uc758 <code>sort()<\/code> \uba54\uc11c\ub4dc\ub97c \ud65c\uc6a9\ud558\uc5ec \uc190\uc27d\uac8c \uc774\ub7ec\ud55c \uc815\ub82c \uc791\uc5c5\uc744 \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uad6c\uccb4\uc801\uc778 \uc808\ucc28\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<ol>\n<li>\uc815\uc218\ub97c \ubb38\uc790\uc5f4\ub85c \ubcc0\ud658\ud55c\ub2e4.<\/li>\n<li>\ubb38\uc790\uc5f4\uc744 \uac01 \uc22b\uc790(\ubb38\uc790)\ub85c \ubd84\ub9ac\ud558\uc5ec \ub9ac\uc2a4\ud2b8\ub97c \ub9cc\ub4e0\ub2e4.<\/li>\n<li>\ub9ac\uc2a4\ud2b8\ub97c \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud55c\ub2e4.<\/li>\n<li>\uc815\ub82c\ub41c \ub9ac\uc2a4\ud2b8\ub97c \ub2e4\uc2dc \ubb38\uc790\uc5f4\ub85c \ud569\uccd0 \uc815\uc218\ub85c \ubcc0\ud658\ud558\uc5ec \ubc18\ud658\ud55c\ub2e4.<\/li>\n<\/ol>\n<h2>3. \uc54c\uace0\ub9ac\uc998 \uad6c\ud604<\/h2>\n<p>\uc774\uc81c \uc704\uc758 \uc811\uadfc \ubc29\ubc95\uc744 \ubc14\ud0d5\uc73c\ub85c Python \ucf54\ub4dc\ub85c \ubb38\uc81c\ub97c \ud574\uacb0\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>def sort_digits_descending(n):\n    # 1\ub2e8\uacc4: \uc815\uc218\ub97c \ubb38\uc790\uc5f4\ub85c \ubcc0\ud658\n    str_n = str(n)\n    \n    # 2\ub2e8\uacc4: \ubb38\uc790\uc5f4\uc744 \ub9ac\uc2a4\ud2b8\ub85c \ubcc0\ud658\n    digits = list(str_n)\n    \n    # 3\ub2e8\uacc4: \ub9ac\uc2a4\ud2b8\ub97c \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\n    digits.sort(reverse=True)\n    \n    # 4\ub2e8\uacc4: \uc815\ub82c\ub41c \ub9ac\uc2a4\ud2b8\ub97c \ubb38\uc790\uc5f4\ub85c \ud569\uce58\uace0 \uc815\uc218\ub85c \ubcc0\ud658\n    sorted_n = int(''.join(digits))\n    \n    return sorted_n<\/code><\/pre>\n<h3>4. \ucf54\ub4dc \uc124\uba85<\/h3>\n<p>\uc704 \ud568\uc218 <code>sort_digits_descending<\/code>\ub294 \ub9e4\uac1c\ubcc0\uc218 <code>n<\/code>\uc744 \ubc1b\uc544\uc11c \uc804\uccb4 \uacfc\uc815\uc744 \uc218\ud589\ud569\ub2c8\ub2e4. \uac01 \ub2e8\uacc4\ub294 \ub2e4\uc74c\uacfc \uac19\uc774 \uc791\ub3d9\ud569\ub2c8\ub2e4:<\/p>\n<ul>\n<li><strong>\ubb38\uc790\uc5f4 \ubcc0\ud658:<\/strong> <code>str(n)<\/code>\uc744 \ud1b5\ud574 \uc815\uc218\ub97c \ubb38\uc790\uc5f4\ub85c \ubcc0\ud658\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>\ub9ac\uc2a4\ud2b8 \ubcc0\ud658:<\/strong> <code>list(str_n)<\/code>\ub97c \ud1b5\ud574 \ubb38\uc790\uc5f4\uc758 \uac01 \ubb38\uc790(\uc22b\uc790)\ub97c \ub9ac\uc2a4\ud2b8\ub85c \ubcc0\ud658\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>\uc815\ub82c:<\/strong> <code>sort(reverse=True)<\/code>\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub9ac\uc2a4\ud2b8\ub97c \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>\ud569\uce58\uae30:<\/strong> <code>\"\".join(digits)<\/code>\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub9ac\uc2a4\ud2b8\ub97c \ub2e4\uc2dc \ubb38\uc790\uc5f4\ub85c \ud569\uccd0\uc11c, <code>int()<\/code>\ub85c \uc815\uc218\ub85c \ubcc0\ud658\ud558\uc5ec \ubc18\ud658\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h2>5. \ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4<\/h2>\n<p>\uc6b0\ub9ac\uc758 \uae30\ub2a5\uc774 \uc81c\ub300\ub85c \uc791\ub3d9\ud558\ub294\uc9c0 \ud655\uc778\ud558\uae30 \uc704\ud574 \uc5ec\ub7ec \uac00\uc9c0 \ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4\ub97c \uc0ac\uc6a9\ud574 \ubd05\uc2dc\ub2e4.<\/p>\n<pre><code>print(sort_digits_descending(2183)) # 8321\nprint(sort_digits_descending(1450)) # 5410\nprint(sort_digits_descending(9876543210)) # 9876543210\nprint(sort_digits_descending(0)) # 0\nprint(sort_digits_descending(1001)) # 1100<\/code><\/pre>\n<h3>6. \uacb0\uacfc \ubd84\uc11d<\/h3>\n<p>\uac01 \ud14c\uc2a4\ud2b8 \ucf00\uc774\uc2a4\uc758 \uacb0\uacfc\ub97c \ud655\uc778\ud55c \uacb0\uacfc, \ubaa8\ub4e0 \uacbd\uc6b0\uc5d0\uc11c \uae30\ub300\ud55c \ucd9c\ub825\uc774 \ubc18\ud658\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ud568\uc218\ub294 \ub9e4\uc6b0 \uac04\ub2e8\ud558\uac8c \uad6c\ud604\ub418\uc5c8\uc73c\uba70, Python\uc758 \uae30\ubcf8 \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud6a8\uc728\uc801\uc73c\ub85c \ud574\uacb0\ub418\uc5c8\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>7. \ucd5c\uc801\ud654 \ubc0f \uace0\ub824 \uc0ac\ud56d<\/h2>\n<p>\uc704\uc5d0\uc11c \uc791\uc131\ud55c \ucf54\ub4dc\ub294 \uac01 \uc790\ub9bf\uc218\ub97c \uc815\ub82c\ud558\ub294 \ub370 O(m log m) \uc2dc\uac04 \ubcf5\uc7a1\ub3c4\uac00 \uc18c\uc694\ub429\ub2c8\ub2e4. \uc5ec\uae30\uc11c m\uc740 \uc785\ub825 \uc815\uc218\uc758 \uc790\ub9bf\uc218 \uc218\uc785\ub2c8\ub2e4. \uc815\uc218\uc758 \ucd5c\ub300 \uc790\ub9bf\uc218\uac00 10\uc73c\ub85c \ud55c\uc815\ub418\uae30 \ub54c\ubb38\uc5d0 \uc131\ub2a5\uc0c1\uc758 \ubb38\uc81c\ub294 \uc5c6\uc9c0\ub9cc, \ud6a8\uc728\uc131\uc744 \uace0\ub824\ud558\uc5ec \ub354 \ud070 \uc218\uc5d0\uc11c\ub3c4 \uc720\ud6a8\ud558\uac8c \ub9cc\ub4e4\uac70\ub098 \ubcf5\uc7a1\ub3c4\ub97c \uc904\uc77c \ud544\uc694\uac00 \uc788\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>8. \uc815\ub9ac<\/h3>\n<p>\uc6b0\ub9ac\ub294 \uc8fc\uc5b4\uc9c4 \uc815\uc218\ub97c \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud558\uc5ec \ucd5c\ub300\ud55c \ud070 \uac12\uc744 \ub9cc\ub4dc\ub294 \uc54c\uace0\ub9ac\uc998\uc744 \uad6c\ud604\ud588\uc2b5\ub2c8\ub2e4. \uc774 \uacfc\uc815\uc5d0\uc11c Python\uc758 \ub9ac\uc2a4\ud2b8 \uba54\uc11c\ub4dc\uc640 \ubb38\uc790\uc5f4 \uc870\uc791 \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud558\uc5ec \uac04\ub2e8\ud558\uac8c \ud574\uacb0\ud560 \uc218 \uc788\uc5c8\uc2b5\ub2c8\ub2e4. \ud5a5\ud6c4 \ucd94\uac00\uc801\uc778 \ucd5c\uc801\ud654\uc640 \ub2e4\ub978 \uc811\uadfc \ubc29\uc2dd\uc744 \uace0\ub824\ud558\uae30 \ubc14\ub78d\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \ucf54\ub529 \ud14c\uc2a4\ud2b8\uc5d0\uc11c \ub354 \ub6f0\uc5b4\ub09c \ubb38\uc81c \ud574\uacb0 \ub2a5\ub825\uc744 \uae30\ub97c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>1. \ubb38\uc81c \uc815\uc758 \uc774\ubc88 \ubb38\uc81c\uc758 \ubaa9\ud45c\ub294 \uc8fc\uc5b4\uc9c4 \uc22b\uc790\ub97c \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud558\uc5ec, \ucd5c\ub300\ud55c \ud070 \uc218\ub97c \ub9cc\ub4dc\ub294 \uac83\uc785\ub2c8\ub2e4. \uc785\ub825\uc73c\ub85c \uc8fc\uc5b4\uc9c4 \uc22b\uc790\ub294 \uc815\uc218\uc774\uba70, \uc6b0\ub9ac\uac00 \ud574\uc57c \ud560 \uc77c\uc740 \uc774 \uc22b\uc790\uc758 \uc790\ub9bf\uc218\ub97c \uc774\uc6a9\ud558\uc5ec \uc81c\uc77c \ud070 \uc218\ub97c \ubc18\ud658\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. \uc608\uc81c \uc785\ub825\/\ucd9c\ub825 Input: 2183 Output: 8321 2. \ubb38\uc81c \uc811\uadfc \ubc29\ubc95 \uc774 \ubb38\uc81c\ub294 \uac01 \uc790\ub9bf\uc218\uc758 \uac1c\ubcc4 \uc22b\uc790\ub97c \ucd94\ucd9c\ud55c \ud6c4, \uc774\ub97c \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud558\ub294 \uacfc\uc815\uc744 \ud3ec\ud568\ud569\ub2c8\ub2e4. &hellip; <a href=\"https:\/\/atmokpo.com\/w\/27024\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\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":[23],"tags":[],"class_list":["post-27024","post","type-post","status-publish","format-standard","hentry","category-23"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\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\/27024\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"1. \ubb38\uc81c \uc815\uc758 \uc774\ubc88 \ubb38\uc81c\uc758 \ubaa9\ud45c\ub294 \uc8fc\uc5b4\uc9c4 \uc22b\uc790\ub97c \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud558\uc5ec, \ucd5c\ub300\ud55c \ud070 \uc218\ub97c \ub9cc\ub4dc\ub294 \uac83\uc785\ub2c8\ub2e4. \uc785\ub825\uc73c\ub85c \uc8fc\uc5b4\uc9c4 \uc22b\uc790\ub294 \uc815\uc218\uc774\uba70, \uc6b0\ub9ac\uac00 \ud574\uc57c \ud560 \uc77c\uc740 \uc774 \uc22b\uc790\uc758 \uc790\ub9bf\uc218\ub97c \uc774\uc6a9\ud558\uc5ec \uc81c\uc77c \ud070 \uc218\ub97c \ubc18\ud658\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. \uc608\uc81c \uc785\ub825\/\ucd9c\ub825 Input: 2183 Output: 8321 2. \ubb38\uc81c \uc811\uadfc \ubc29\ubc95 \uc774 \ubb38\uc81c\ub294 \uac01 \uc790\ub9bf\uc218\uc758 \uac1c\ubcc4 \uc22b\uc790\ub97c \ucd94\ucd9c\ud55c \ud6c4, \uc774\ub97c \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud558\ub294 \uacfc\uc815\uc744 \ud3ec\ud568\ud569\ub2c8\ub2e4. &hellip; \ub354 \ubcf4\uae30 &quot;\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\ud558\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/27024\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-27T13:43:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T07:24:09+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\/27024\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27024\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\ud558\uae30\",\"datePublished\":\"2024-10-27T13:43:00+00:00\",\"dateModified\":\"2024-11-26T07:24:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27024\/\"},\"wordCount\":11,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/27024\/\",\"url\":\"https:\/\/atmokpo.com\/w\/27024\/\",\"name\":\"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-27T13:43:00+00:00\",\"dateModified\":\"2024-11-26T07:24:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/27024\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/27024\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/27024\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\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":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\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\/27024\/","og_locale":"ko_KR","og_type":"article","og_title":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"1. \ubb38\uc81c \uc815\uc758 \uc774\ubc88 \ubb38\uc81c\uc758 \ubaa9\ud45c\ub294 \uc8fc\uc5b4\uc9c4 \uc22b\uc790\ub97c \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud558\uc5ec, \ucd5c\ub300\ud55c \ud070 \uc218\ub97c \ub9cc\ub4dc\ub294 \uac83\uc785\ub2c8\ub2e4. \uc785\ub825\uc73c\ub85c \uc8fc\uc5b4\uc9c4 \uc22b\uc790\ub294 \uc815\uc218\uc774\uba70, \uc6b0\ub9ac\uac00 \ud574\uc57c \ud560 \uc77c\uc740 \uc774 \uc22b\uc790\uc758 \uc790\ub9bf\uc218\ub97c \uc774\uc6a9\ud558\uc5ec \uc81c\uc77c \ud070 \uc218\ub97c \ubc18\ud658\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. \uc608\uc81c \uc785\ub825\/\ucd9c\ub825 Input: 2183 Output: 8321 2. \ubb38\uc81c \uc811\uadfc \ubc29\ubc95 \uc774 \ubb38\uc81c\ub294 \uac01 \uc790\ub9bf\uc218\uc758 \uac1c\ubcc4 \uc22b\uc790\ub97c \ucd94\ucd9c\ud55c \ud6c4, \uc774\ub97c \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc815\ub82c\ud558\ub294 \uacfc\uc815\uc744 \ud3ec\ud568\ud569\ub2c8\ub2e4. &hellip; \ub354 \ubcf4\uae30 \"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\ud558\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/27024\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-27T13:43:00+00:00","article_modified_time":"2024-11-26T07:24:09+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\/27024\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/27024\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\ud558\uae30","datePublished":"2024-10-27T13:43:00+00:00","dateModified":"2024-11-26T07:24:09+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/27024\/"},"wordCount":11,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/27024\/","url":"https:\/\/atmokpo.com\/w\/27024\/","name":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-27T13:43:00+00:00","dateModified":"2024-11-26T07:24:09+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/27024\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/27024\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/27024\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\ud30c\uc774\uc36c \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \uc790\ub9bf\uc218 \uc815\ub82c\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\/27024","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=27024"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27024\/revisions"}],"predecessor-version":[{"id":27025,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/27024\/revisions\/27025"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=27024"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=27024"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=27024"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}