<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>intsawadan</author_name>
  <author_url>https://blog.hatena.ne.jp/intsawadan/</author_url>
  <blog_title>intさわだんのBlack History</blog_title>
  <blog_url>https://intsawadan.hatenablog.com/</blog_url>
  <categories>
    <anon>POJ</anon>
    <anon>蟻ゲー</anon>
    <anon>蟻本</anon>
  </categories>
  <description>解法：プリム法、またはクラスカル法をやるだけ。なぜプリム法を選んだのかは自分でもわからん。気づいたら組んでいた。 #include &lt;cstdio&gt; #include &lt;algorithm&gt; #include &lt;iostream&gt; using namespace std; const int MAX_V = 100; const int INF = 100000000; int cost[MAX_V][MAX_V]; int mincost[MAX_V]; bool used[MAX_V]; int V; int prim(){ for(int i = 0;i &lt; V;i++){ mincos…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fintsawadan.hatenablog.com%2Fentry%2F2014%2F09%2F27%2F231520&quot; title=&quot;POJ(PKU) 1258 Agri-Net - intさわだんのBlack History&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-09-27 23:15:20</published>
  <title>POJ(PKU) 1258 Agri-Net</title>
  <type>rich</type>
  <url>https://intsawadan.hatenablog.com/entry/2014/09/27/231520</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
