<?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;algorithm&gt; #include &lt;queue&gt; #include &lt;string&gt; #include &lt;vector&gt; using namespace std; int popCount(int _mask) { int r=0; for(int i=0;i&lt;28;i++) if(_mask &amp; (1&lt;&lt;i)) r++; return r; } class Q { public: int cost,state; bool operator&lt;(const Q &amp;q)const{ return q.cost&lt;c…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fa-kawashiro.hatenablog.com%2Fentry%2F20110414%2F1302787702&quot; title=&quot;SRM364 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-14 22:28:22</published>
  <title>SRM364 div1 medium</title>
  <type>rich</type>
  <url>https://a-kawashiro.hatenablog.com/entry/20110414/1302787702</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
