<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>a_kawashiro</author_name>
  <author_url>https://blog.hatena.ne.jp/a_kawashiro/</author_url>
  <blog_title>a_kawashiroのブログ</blog_title>
  <blog_url>https://a-kawashiro.hatenablog.com/</blog_url>
  <categories>
    <anon>topcoder</anon>
  </categories>
  <description>お金が500しかないところがなんだかDP臭いのでDPだろうと思って考える。 だいたい出来るけど11の倍数っていう制約が厄介。 &quot;11の倍数&quot;で検索すると a*1000+b*100+c*10+dという数(a,b,c,dは９以下)があったとき (a-b+c-d)%11==0なら11の倍数らしい。 それ分かると普通にメモ化再帰できる。 #include &lt;string&gt; #include &lt;vector&gt; #include &lt;sstream&gt; #include &lt;cstdio&gt; #include &lt;cstring&gt; typedef long long LL; using namespace std;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fa-kawashiro.hatenablog.com%2Fentry%2F20110424%2F1303601265&quot; title=&quot;SRM372 div1 medium - a_kawashiroのブログ&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-04-24 08:27:45</published>
  <title>SRM372 div1 medium</title>
  <type>rich</type>
  <url>https://a-kawashiro.hatenablog.com/entry/20110424/1303601265</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
