<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>jeneshicc</author_name>
  <author_url>https://blog.hatena.ne.jp/jeneshicc/</author_url>
  <blog_title>落書き、時々落学</blog_title>
  <blog_url>https://jeneshicc.hatenadiary.org/</blog_url>
  <categories>
    <anon>Memo</anon>
    <anon>C++</anon>
  </categories>
  <description>2008年のGoogle Code Jamをちょっとだけやった． 2部グラフのマッチングの応用があった． 模範回答（？）のコードが想像以上に短かった．こんな感じ． #include &lt;iostream&gt; #include &lt;vector&gt; #include &lt;cstring&gt; using namespace std; #define FILL(xs, x) memset(xs, x, sizeof((xs))) const int M = 100, N = 100; int m, n, ind, matchX[M][N], matchY[M][N], visited[M][N], count;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjeneshicc.hatenadiary.org%2Fentry%2F20090924%2F1253794613&quot; title=&quot;2部グラフのマッチング - 落書き、時々落学&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>2009-09-24 21:16:53</published>
  <title>2部グラフのマッチング</title>
  <type>rich</type>
  <url>https://jeneshicc.hatenadiary.org/entry/20090924/1253794613</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
