<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nodchip</author_name>
  <author_url>https://blog.hatena.ne.jp/nodchip/</author_url>
  <blog_title>nodchipの日記</blog_title>
  <blog_url>https://nodchip.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>全域最小木 プリム法またはクラスカル法が使える typedef double Weight; struct Edge { int src, dst; Weight weight; Edge(int src, int dst, Weight weight) : src(src), dst(dst), weight(weight) { } }; bool operator &lt; (const Edge &amp;e, const Edge &amp;f) { return e.weight != f.weight ? e.weight &gt; f.weight : // !!INVERSE!! e.src != f.s…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnodchip.hatenadiary.org%2Fentry%2F20100514%2F1273799231&quot; title=&quot;PKU 2560 Freckles - nodchipの日記&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>2010-05-14 10:07:11</published>
  <title>PKU 2560 Freckles</title>
  <type>rich</type>
  <url>https://nodchip.hatenadiary.org/entry/20100514/1273799231</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
