<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>noriok</author_name>
  <author_url>https://blog.hatena.ne.jp/noriok/</author_url>
  <blog_title>C#練習日記</blog_title>
  <blog_url>https://noriok.hatenadiary.jp/</blog_url>
  <categories>
    <anon>PE</anon>
    <anon>C#</anon>
  </categories>
  <description>Problem 26 素直に割っていき、余りがゼロになるかまたはサイクルするまで繰り返す。 using System; using System.Collections.Generic; using System.Linq; class PE026 { static List&lt;int&gt; CalcRecurringCycle(int d) { var divs = new List&lt;int&gt;(); var mods = new List&lt;int&gt;(); int n = 1; while (n != 0) { if (n &lt; d) { divs.Add(0); mods.Add(n); n *= …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnoriok.hatenadiary.jp%2Fentry%2F2014%2F06%2F15%2F182511&quot; title=&quot;Project Euler 26 - C#練習日記&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>2014-06-15 18:25:11</published>
  <title>Project Euler 26</title>
  <type>rich</type>
  <url>https://noriok.hatenadiary.jp/entry/2014/06/15/182511</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
