<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>well_0</author_name>
  <author_url>https://blog.hatena.ne.jp/well_0/</author_url>
  <blog_title>ニート歴10年からの数学日記</blog_title>
  <blog_url>https://after10.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>筆者：とりあえず毎日更新が目標です。そのためならば内容は二の次です。 問題文： 『ぼくのお兄さんは、西暦ABDC年の生れです。 1997年の今年、ぼくのお兄さんの年令は、A＋B＋C＋Dになりました。 ぼくのお兄さんは何才になったのでしょうか。』 まず、数字をケタのリストに変換して、それぞれを足し合わせることができなければいけない。 def num2digit(num): divNum = 1 digitList = [] while num != 0: divNum *= 10 mod = num % divNum num -= mod digitList.insert(0, mod*10//…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fafter10.hatenablog.com%2Fentry%2F2019%2F05%2F04%2F183758&quot; title=&quot;プログラミングでジュニア算数オリンピック『1997年度トライアル問題1問目』 - ニート歴10年からの数学日記&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>2019-05-04 18:37:58</published>
  <title>プログラミングでジュニア算数オリンピック『1997年度トライアル問題1問目』</title>
  <type>rich</type>
  <url>https://after10.hatenablog.com/entry/2019/05/04/183758</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
