<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>It_profo</author_name>
  <author_url>https://blog.hatena.ne.jp/It_profo/</author_url>
  <blog_title>it's-profo</blog_title>
  <blog_url>https://it-profo.hatenadiary.org/</blog_url>
  <categories>
    <anon>講義</anon>
  </categories>
  <description>なんだか書いてる人がわからないのでごっちゃになりそうですが、昨日とは別の人が書いています。フィボナッチ数列とは 0 1 1 2 3 5 8 ...という感じの、「2つ前の数と1つ前の数を足し続ける」というものです(…だったはず)そこで、iに0、jに1を代入して、 「i+j -&gt; i+jの結果をiに代入する -&gt; i+j -&gt; i+jの結果をjに代入する」 というループを組みました。コード //変数宣言と代入 int i,j; i=0;j=1; //頭の「0 1」を書かせるために。たぶん余計 print (i);print(&quot; &quot;);print (j);print(&quot; &quot;); //ループ whi…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fit-profo.hatenadiary.org%2Fentry%2F20110526%2F1306401767&quot; title=&quot;課題「フィボナッチ数列」 - it&amp;#39;s-profo&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-05-26 18:22:47</published>
  <title>課題「フィボナッチ数列」</title>
  <type>rich</type>
  <url>https://it-profo.hatenadiary.org/entry/20110526/1306401767</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
