<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>syossan</author_name>
  <author_url>https://blog.hatena.ne.jp/syossan/</author_url>
  <blog_title>生涯未熟</blog_title>
  <blog_url>https://syossan.hateblo.jp/</blog_url>
  <categories>
    <anon>TopCoder</anon>
  </categories>
  <description>ちょっとソースでも貼っつけてみようかと。 ちなみに例題はクリアしてますがバグがあること大ありです。 使用言語はjavaで。 public class DivisorDigits{ public int howMany(int number){ int work = number; int count = 0; while(work &gt; 0){ if(work % 10 != 0 &amp;&amp; number % ( work % 10 )== 0)count++; work /= 10; } return count; } }</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsyossan.hateblo.jp%2Fentry%2F20100606%2F1275799265&quot; title=&quot;SRM148 div2 250 - 生涯未熟&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>2010-06-06 13:41:05</published>
  <title>SRM148 div2 250</title>
  <type>rich</type>
  <url>https://syossan.hateblo.jp/entry/20100606/1275799265</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
