<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>thekoruku</author_name>
  <author_url>https://blog.hatena.ne.jp/thekoruku/</author_url>
  <blog_title>done is better than perfect</blog_title>
  <blog_url>https://dibtp.hateblo.jp/</blog_url>
  <categories>
    <anon>プログラミング</anon>
  </categories>
  <description>project eulerの第四問目です 左右どちらから読んでも同じ値になる数を回文数という. 2桁の数の積で表される回文数のうち, 最大のものは 9009 = 91 × 99 である. では, 3桁の数の積で表される回文数のうち最大のものを求めよ. 3桁程度なので，愚直にやってOKです．数を真ん中で分けて反転させて……と考え始めるとドツボにハマるので，単純にある数を反転させて，オリジナルな数値と一緒だったら回文であると判定します． def yield_palindromic(): for i in xrange(1, 1000000): reverse_i = 1000000 - i if …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdibtp.hateblo.jp%2Fentry%2F2013%2F06%2F07%2F080655&quot; title=&quot;project euler problem4 - done is better than perfect&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>2013-06-07 08:06:55</published>
  <title>project euler problem4</title>
  <type>rich</type>
  <url>https://dibtp.hateblo.jp/entry/2013/06/07/080655</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
