<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rokugats</author_name>
  <author_url>https://blog.hatena.ne.jp/rokugats/</author_url>
  <blog_title>ICPC log</blog_title>
  <blog_url>https://rokugats-pc.hateblo.jp/</blog_url>
  <categories>
    <anon>POJ</anon>
    <anon>フロー</anon>
    <anon>最小費用流</anon>
    <anon>蟻本</anon>
  </categories>
  <description>蟻本の例題。最小費用流問題。与えられた避難プランから残余ネットワークを作って負閉路を検出する。 負閉路があれば、その閉路に沿って流れを追加することにより、よりコストの低いフローが求まる。 詳しくは蟻本参照。完全に蟻本の写経なので苦し紛れにコメントを挿入してみた。 (もう少し分かり易いコードに改変しようとしたけど挫折。) #include&lt;cstdio&gt; #include&lt;algorithm&gt; #include&lt;cstdlib&gt; #define INF 1000000000 #define MAX_N 105 #define MAX_M 105 #define MAX_V 205 using n…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frokugats-pc.hateblo.jp%2Fentry%2F2014%2F02%2F23%2F042141&quot; title=&quot;PKU POJ 2175 Evacuation Plan - ICPC log&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-02-23 04:21:41</published>
  <title>PKU POJ 2175 Evacuation Plan</title>
  <type>rich</type>
  <url>https://rokugats-pc.hateblo.jp/entry/2014/02/23/042141</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
