<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>takabsk55</author_name>
  <author_url>https://blog.hatena.ne.jp/takabsk55/</author_url>
  <blog_title>ぱそきいろのIT日記</blog_title>
  <blog_url>https://www.takacpu55.xyz/</blog_url>
  <categories>
    <anon>雑記</anon>
  </categories>
  <description>こんばんは，ぱそきいろ (@takacpu55) | Twitterです． なんとなく気分が乗らないから，フィボナッチ数列を組んでPCをいじめてみました．使用したのはMacBookでスペックはこんな感じ （研究室のPCだけど，Core i 7 だったんですね，，ずっとCore i 5 だと思ってたw） とりあえず，サクッとフィボナッチ数列を再帰で書きます． import time def fib(a): if a==1: return 1 if a==2: return 1 return fib(a-1)+fib(a-2) start_time = time.time() for i in r…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.takacpu55.xyz%2Fentry%2F2019%2F12%2F17%2F230941&quot; title=&quot;なんとなく気分が乗らないからフィボナッチ数列を組んでPCをいじめてみた - ぱそきいろのIT日記&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>https://cdn-ak.f.st-hatena.com/images/fotolife/t/takabsk55/20191217/20191217230642.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-12-17 23:09:41</published>
  <title>なんとなく気分が乗らないからフィボナッチ数列を組んでPCをいじめてみた</title>
  <type>rich</type>
  <url>https://www.takacpu55.xyz/entry/2019/12/17/230941</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
