{"id":8119,"date":"2008-07-27T14:46:00","date_gmt":"2008-07-27T14:46:00","guid":{"rendered":"http:\/\/melotopia.net\/b\/?p=8119"},"modified":"2008-07-27T14:46:00","modified_gmt":"2008-07-27T14:46:00","slug":"%ed%94%bc%eb%b3%b4%eb%82%98%ec%b9%98-%ec%88%98%ec%97%b4","status":"publish","type":"post","link":"http:\/\/melotopia.net\/b\/?p=8119","title":{"rendered":"\ud53c\ubcf4\ub098\uce58 \uc218\uc5f4"},"content":{"rendered":"<div class=\"desc\">\n        \uac04\ub2e8\ud55c \ud53c\ubcf4\ub098\uce58 \uc218\uc5f4\uc758 \uad6c\ud604.<\/p>\n<blockquote><p>\n         #include<stdio.h><br \/>\n         <br \/>\n         #include<stdlib.h><br \/>\n         <br \/>\n         #include<windows.h><\/p>\n<p>         int fibonacci(int);<\/p>\n<p>         int main(int argc, char* argv[])<br \/>\n         <br \/>\n         {<br \/>\n         <br \/>\n         int i;<br \/>\n         <br \/>\n         if (argc==1){<br \/>\n         <br \/>\n         printf(&#8220;Error. There are no options.\\n&#8221;);<br \/>\n         <br \/>\n         exit(1);<br \/>\n         <br \/>\n         }<br \/>\n         <br \/>\n         i=atoi(argv[1]);<br \/>\n         <br \/>\n         printf(&#8220;%d-th number of fibonacci is %d\\n&#8221;, i, fibonacci(i));<br \/>\n         <br \/>\n         }<\/p>\n<p>         int fibonacci(int i)<br \/>\n         <br \/>\n         {<br \/>\n         <br \/>\n         if (i<1) {\n         <br \/>\n         printf(&#8220;Error. Parameter is negative.\\n&#8221;);<br \/>\n         <br \/>\n         }<br \/>\n         <br \/>\n         else if (i==1) {<br \/>\n         <br \/>\n         return 1;<br \/>\n         <br \/>\n         }<br \/>\n         <br \/>\n         else if (i==2) {<br \/>\n         <br \/>\n         return 1;<br \/>\n         <br \/>\n         }<br \/>\n         <br \/>\n         else {<br \/>\n         <br \/>\n         return fibonacci(i-2)+fibonacci(i-1);<br \/>\n         <br \/>\n         }<br \/>\n         <br \/>\n         }<br \/>\n         \n<\/p><\/blockquote>\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=922\" 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>\uac04\ub2e8\ud55c \ud53c\ubcf4\ub098\uce58 \uc218\uc5f4\uc758 \uad6c\ud604. #include #include #include int fibonacci(int); int main(int argc, char* argv[]) { int i; if (argc==1){ printf(&#8220;Error. There are no options.\\n&#8221;); exit(1); } i=atoi(argv[1]); printf(&#8220;%d-th number of fibonacci is %d\\n&#8221;, i, fibonacci(i)); } int fibonacci(int i) { if (i<\/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-8119","post","type-post","status-publish","format-standard","hentry","category-12"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8o6gA-26X","jetpack-related-posts":[],"jetpack_likes_enabled":true,"_links":{"self":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts\/8119","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=8119"}],"version-history":[{"count":0,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=\/wp\/v2\/posts\/8119\/revisions"}],"wp:attachment":[{"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8119"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8119"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/melotopia.net\/b\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8119"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}