<?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>どっかでやったことがあるような気がする。 メモ化再帰。 #include &lt;vector&gt; #include &lt;map&gt; using namespace std; class QuickSort { public: map&lt;vector&lt;int&gt;,double&gt; cache; double rec(vector&lt;int&gt; L) { double r; if(L.size()&lt;2) r=0.0; else if(cache.find(L)!=cache.end()) return cache[L]; else { r=0.0; int n=L.size(); for(int i=0;i&lt;n;i+…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fa-kawashiro.hatenablog.com%2Fentry%2F20110426%2F1303791847&quot; title=&quot;SRM486 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-26 13:24:07</published>
  <title>SRM486 div1 medium</title>
  <type>rich</type>
  <url>https://a-kawashiro.hatenablog.com/entry/20110426/1303791847</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
