<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kenkoooo</author_name>
  <author_url>https://blog.hatena.ne.jp/kenkoooo/</author_url>
  <blog_title>宇宙ツイッタラーXの憂鬱</blog_title>
  <blog_url>https://kenkoooo.hatenablog.com/</blog_url>
  <categories>
    <anon>競技プログラミング</anon>
    <anon>SRM</anon>
  </categories>
  <description>問題 https://community.topcoder.com/stat?c=problem_statement&amp;pm=14214 解法 Gomory-Hu 木が作れることからGomory-Hu 木が作れることは明らか。 kyuridenamida先生のコードを写経した。 コード #include &lt;bits/stdc++.h&gt; using namespace std; struct UnionFind { vector&lt;int&gt; data; UnionFind(int size) : data(size, -1) {} UnionFind(const UnionFind &amp;u) { da…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkenkoooo.hatenablog.com%2Fentry%2F2016%2F04%2F08%2F205040&quot; title=&quot;TopCoder SRM 687 Div1 Medium: AllGraphCuts - 宇宙ツイッタラーXの憂鬱&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>2016-04-08 20:50:40</published>
  <title>TopCoder SRM 687 Div1 Medium: AllGraphCuts</title>
  <type>rich</type>
  <url>https://kenkoooo.hatenablog.com/entry/2016/04/08/205040</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
