{"id":8227,"date":"2008-10-27T15:27:00","date_gmt":"2008-10-27T15:27:00","guid":{"rendered":"http:\/\/melotopia.net\/b\/?p=8227"},"modified":"2008-10-27T15:27:00","modified_gmt":"2008-10-27T15:27:00","slug":"%ec%9d%b4%eb%a6%84%ec%9c%bc%eb%a1%9c-%ec%a0%90%ec%88%98-%eb%82%b4%ea%b8%b0","status":"publish","type":"post","link":"http:\/\/melotopia.net\/b\/?p=8227","title":{"rendered":"\uc774\ub984\uc73c\ub85c \uc810\uc218 \ub0b4\uae30"},"content":{"rendered":"<div class=\"desc\">\n        5\ucc9c\uac1c\ucbe4 \ub418\ub294 \uc774\ub984 \ubaa9\ub85d\uc774 \uc788\ub294\ub370, A=1, B=2 \uc774\ub7f0 \uc2dd\uc73c\ub85c \ud574\uc11c \uc810\uc218\ub97c \uc900\ub2e4. \uadf8 \ub2e4\uc74c\uc5d0, \uadf8\uac78 \uc54c\ud30c\ubcb3 \uc21c\uc73c\ub85c \uc815\ub82c\ud558\uc5ec, \uadf8 \ub4f1\uc218\uc5d0 \ub530\ub77c \uac00\uc911\uce58\ub97c \uacf1\ud574\uc900\ub2e4.<br \/>\n        <br \/>\n        \uadf8\ub7f0 \ub2e4\uc74c\uc5d0 \uadf8\uac78 \ubaa8\ub450 \ub354\ud55c\ub2e4. \uc5bc\ub9c8\uc77c\uae4c?<br \/>\n        <br \/>\n        \ucd9c\ucc98 : http:\/\/projecteuler.net\/index.php?section=problems&#038;id=22<\/p>\n<p>        \ub098\ub294 \uc5d1\uc140 VBA\ub85c \ud480\uc5c8\ub2e4.<\/p>\n<p>        Sub text()<br \/>\n        <br \/>\n        Dim i As Integer<br \/>\n        <br \/>\n        For i = 1 To 5200<\/p>\n<p>        Worksheets(&#8220;Sheet2&#8221;).Cells(i, 1) = Worksheets(&#8220;Sheet2&#8221;).Cells(1, 2 * i &#8211; 1)<\/p>\n<p>        Next<\/p>\n<p>        End Sub<\/p>\n<p>        Sub Macro1()<br \/>\n        <br \/>\n        &#8216;<br \/>\n        <br \/>\n        &#8216; Macro1 Macro<br \/>\n        <br \/>\n        &#8216;<\/p>\n<p>        &#8216;<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;A&#8221;, Replacement:=&#8221;+1&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;B&#8221;, Replacement:=&#8221;+2&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;C&#8221;, Replacement:=&#8221;+3&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;D&#8221;, Replacement:=&#8221;+4&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;E&#8221;, Replacement:=&#8221;+5&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;F&#8221;, Replacement:=&#8221;+6&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;G&#8221;, Replacement:=&#8221;+7&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;H&#8221;, Replacement:=&#8221;+8&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<\/p>\n<p>        Cells.Replace What:=&#8221;I&#8221;, Replacement:=&#8221;+9&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;J&#8221;, Replacement:=&#8221;+10&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;K&#8221;, Replacement:=&#8221;+11&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;L&#8221;, Replacement:=&#8221;+12&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;M&#8221;, Replacement:=&#8221;+13&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;N&#8221;, Replacement:=&#8221;+14&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;O&#8221;, Replacement:=&#8221;+15&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;P&#8221;, Replacement:=&#8221;+16&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<\/p>\n<p>        Cells.Replace What:=&#8221;Q&#8221;, Replacement:=&#8221;+17&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;R&#8221;, Replacement:=&#8221;+18&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;S&#8221;, Replacement:=&#8221;+19&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;T&#8221;, Replacement:=&#8221;+20&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;U&#8221;, Replacement:=&#8221;+21&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;V&#8221;, Replacement:=&#8221;+22&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;W&#8221;, Replacement:=&#8221;+23&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;X&#8221;, Replacement:=&#8221;+24&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<\/p>\n<p>        Cells.Replace What:=&#8221;Y&#8221;, Replacement:=&#8221;+25&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        Cells.Replace What:=&#8221;Z&#8221;, Replacement:=&#8221;+26&#8243;, LookAt:=xlPart, SearchOrder _<br \/>\n        <br \/>\n        :=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False<br \/>\n        <br \/>\n        End Sub<\/p>\n<p>        Sub addition()<\/p>\n<p>        Dim i As Integer<br \/>\n        <br \/>\n        For i = 1 To 5163<br \/>\n        <br \/>\n        Worksheets(&#8220;sheet1&#8221;).Cells(i, 2) = &#8220;=&#8221; + Worksheets(&#8220;sheet1&#8221;).Cells(i, 1).Value<\/p>\n<p>        Next<\/p>\n<p>        End Sub<\/p>\n<p>        \uc774\uac78 \ub2e4 \ud558\uace0 \ub098\uba74 \uac01 \uc774\ub984\ub4e4\uc758 \uc810\uc218 \uac12\uc774 \uacc4\uc0b0\ub418\uc5b4 \uc788\ub2e4.<br \/>\n        <br \/>\n        \uc774\uc81c \uc815\ub82c\uc2dc\ucf1c\uc8fc\uace0, \uac00\uc911\uce58\ub97c \uacf1\ud574\uc8fc\uace0, \ub2e4 \ub354\ud558\uba74 \ub41c\ub2e4.<\/p>\n<p>        \uacb0\uad6d, \uc0bd\uc9c8. -_-;<br \/>\n        <br \/>\n        \uc544\ub9c8 \ud384\uc774\ub098 \ub8e8\ube44\ub85c \ud480\uba74 \uba87\uc904 \uc548\ub420\uac83 \uac19\ub2e4.<br \/>\n        <\/p>\n<div style=\"width:100%;margin-top:30px;clear:both;height:30px\">\n<div style=\"width:31px;float:left;\">\n<a href=\"\/toolbar\/popup\/abuseReport\/?entryId=1030\" onclick=\"window.open(this.href, 'tistoryThisBlogPopup', 'width=550, height=510, toolbar=no, menubar=no, status=no, scrollbars=no'); return false;\"><br \/>\n<img data-recalc-dims=\"1\" decoding=\"async\" alt=\"\uc2e0\uace0\" src=\"https:\/\/i0.wp.com\/t1.daumcdn.net\/tistory_admin\/static\/ico\/ico_spam_report.png\" style=\"border:0\"\/><br \/>\n<\/a>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>5\ucc9c\uac1c\ucbe4 \ub418\ub294 \uc774\ub984 \ubaa9\ub85d\uc774 \uc788\ub294\ub370, A=1, B=2 \uc774\ub7f0 \uc2dd\uc73c\ub85c \ud574\uc11c \uc810\uc218\ub97c \uc900\ub2e4. \uadf8 \ub2e4\uc74c\uc5d0, \uadf8\uac78 \uc54c\ud30c\ubcb3 \uc21c\uc73c\ub85c \uc815\ub82c\ud558\uc5ec, \uadf8 \ub4f1\uc218\uc5d0 \ub530\ub77c \uac00\uc911\uce58\ub97c \uacf1\ud574\uc900\ub2e4. \uadf8\ub7f0 \ub2e4\uc74c\uc5d0 \uadf8\uac78 \ubaa8\ub450 \ub354\ud55c\ub2e4. \uc5bc\ub9c8\uc77c\uae4c? \ucd9c\ucc98 : http:\/\/projecteuler.net\/index.php?section=problems&#038;id=22 \ub098\ub294 \uc5d1\uc140 VBA\ub85c \ud480\uc5c8\ub2e4. Sub text() Dim i As Integer For i = 1 To 5200 Worksheets(&#8220;Sheet2&#8221;).Cells(i, 1) = Worksheets(&#8220;Sheet2&#8221;).Cells(1, 2 * i [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[12],"tags":[],"class_list":["post-8227","post","type-post","status-publish","format-standard","hentry","category-12"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8o6gA-28H","jetpack-related-posts":[],"jetpack_likes_enabled":true,"_links":{"self":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts\/8227","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8227"}],"version-history":[{"count":0,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts\/8227\/revisions"}],"wp:attachment":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8227"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8227"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8227"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}