<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>moistx</author_name>
  <author_url>https://blog.hatena.ne.jp/moistx/</author_url>
  <blog_title>Logfiles</blog_title>
  <blog_url>https://logfiles.hatenablog.com/</blog_url>
  <categories>
    <anon>AOJ</anon>
  </categories>
  <description>解法 setのDPをする。任意の二人を遭遇させるたび、持っている断片を集める。それを日数でループする。 一度に多数の人間の断片が集積すること、また一度はぐれた人に二度以上合う事によりさらに集められる事を考えると良い。日数と人の番号の表で、それぞれのもとに集まる断片を書いた遷移表を作ってみると分かりやすい。 #include &lt;iostream&gt; #include &lt;cstring&gt; #include &lt;set&gt; using namespace std; bool data[55][31]; int N; int main() { while(cin &gt;&gt; N &amp;&amp; N) { memset(da…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flogfiles.hatenablog.com%2Fentry%2F20140621%2F1403355313&quot; title=&quot;AOJ2011 Gather the Maps! - Logfiles&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>2014-06-21 21:55:13</published>
  <title>AOJ2011 Gather the Maps!</title>
  <type>rich</type>
  <url>https://logfiles.hatenablog.com/entry/20140621/1403355313</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
