<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hecomi</author_name>
  <author_url>https://blog.hatena.ne.jp/hecomi/</author_url>
  <blog_title>凹みTips</blog_title>
  <blog_url>https://tips.hecomi.com/</blog_url>
  <categories>
    <anon>C++</anon>
  </categories>
  <description>かってぃさん（@katty0324）の次のポストを参考に，目的の数字が現れるフィボナッチ数列の最初の2項を求めるプログラムを書いてみました． フィボナッチの問題やっと解けたけど、あんまり意味もないよね。Cだったら10行くらい。 URL2010-07-15 06:08:06 via Twitpic 数列クラス なるべく数列っぽく解きたいなぁ，と思ったので数列基底クラスをまず作り，それを継承する形にしました． /* @brief 数列基底クラス */ class Nums { protected: //! 数列の要素を管理 vector&lt;int&gt; V; /* @brief 数列を定義 @param…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftips.hecomi.com%2Fentry%2F20100718%2F1279456183&quot; title=&quot; 目的の数字が現れるフィボナッチ数列の最小の初項・第2項をC++で求める - 凹みTips&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>http://a0.twimg.com/profile_images/924120656/4698847_2457837855_normal.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-07-18 21:29:43</published>
  <title> 目的の数字が現れるフィボナッチ数列の最小の初項・第2項をC++で求める</title>
  <type>rich</type>
  <url>https://tips.hecomi.com/entry/20100718/1279456183</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
