<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sasashin</author_name>
  <author_url>https://blog.hatena.ne.jp/sasashin/</author_url>
  <blog_title>koyoweblog log</blog_title>
  <blog_url>https://sasashin.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Ruby</anon>
    <anon>Project Euler</anon>
  </categories>
  <description>http://projecteuler.net/index.php?section=problems&amp;id=3 13195 の素因数は 5、7、13、29 である。 600851475143 の素因数のうち最大のものを求めよ。 素因数分解だけど素数列は不要。小さい数から繰り返し割っていけば素数以外は因数にならないので。Float::INFINITY 使ってないのに break 使ってるので、なんか負けた気はしている。 class Integer def factorization(x) [].tap{|t| (0..Float::INFINITY).inject(self){|r,i| bre…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsasashin.hatenadiary.jp%2Fentry%2F20110923%2F1316757070&quot; title=&quot; Problem 3 - koyoweblog log&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-09-23 14:51:10</published>
  <title> Problem 3</title>
  <type>rich</type>
  <url>https://sasashin.hatenadiary.jp/entry/20110923/1316757070</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
