<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>blue_jam</author_name>
  <author_url>https://blog.hatena.ne.jp/blue_jam/</author_url>
  <blog_title>blue_jamの日記</blog_title>
  <blog_url>https://blue-jam.hatenablog.com/</blog_url>
  <categories>
    <anon>競技プログラミング</anon>
  </categories>
  <description>蟻本の問題番号と，問題名の対応が間違ってた． 概要 負閉路検知やるだけ． const int INF = 100000000; typedef int Weight; struct Edge{ int from, to; Weight weight; Edge(int f, int t, Weight w) : from(f), to(t), weight(w) { } }; typedef vector&lt;Edge&gt; Edges; typedef vector&lt;Edges&gt; Graph; bool findNegativeRoop(const Graph &amp;g){ int n = g.size…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblue-jam.hatenablog.com%2Fentry%2F2014%2F08%2F09%2F223347&quot; title=&quot;POJ 3259: Wormholes - blue_jamの日記&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-08-09 22:33:47</published>
  <title>POJ 3259: Wormholes</title>
  <type>rich</type>
  <url>https://blue-jam.hatenablog.com/entry/2014/08/09/223347</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
