<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Area1</author_name>
  <author_url>https://blog.hatena.ne.jp/Area1/</author_url>
  <blog_title>Area1のif(memo[i][j])</blog_title>
  <blog_url>https://area.hateblo.jp/</blog_url>
  <categories>
    <anon>SRM</anon>
    <anon>探索</anon>
  </categories>
  <description>問題 完全２分木がある。すべての頂点を一度だけ通るような最小パス被覆のサイズを求めよ。木の高さは60以下 やりかた という感じで3つのノードでひとつのパスというふうにした時パス数は最小となる。 なのでceil(頂点数/3)。以下ソース。 class TrafficCongestionDivTwo { public: ll powll(int a, int n){ ll ret = 1; for(int i = 0; i &lt; n; i++) ret *= a; return ret; } long long theMinCars(int treeHeight) { return (ll)((po…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Farea.hateblo.jp%2Fentry%2F2013%2F07%2F20%2F030435&quot; title=&quot;SRM 58５ Div2 MediumTrafficCongestionDivTwo - Area1のif(memo[i][j])&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>http://cdn-ak.f.st-hatena.com/images/fotolife/A/Area1/20130720/20130720025707.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-07-20 03:04:35</published>
  <title>SRM 58５ Div2 MediumTrafficCongestionDivTwo</title>
  <type>rich</type>
  <url>https://area.hateblo.jp/entry/2013/07/20/030435</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
