<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>amifiable</author_name>
  <author_url>https://blog.hatena.ne.jp/amifiable/</author_url>
  <blog_title>あるエンジニアのAtCoder奮闘記</blog_title>
  <blog_url>https://ami-atcoder.hatenablog.com/</blog_url>
  <categories>
    <anon>競プロ</anon>
    <anon>AtCoder</anon>
    <anon>ABC126</anon>
    <anon>D問題</anon>
    <anon>E問題</anon>
    <anon>400点</anon>
    <anon>500点</anon>
    <anon>Go</anon>
  </categories>
  <description>irisruneです。今回のコンテストは3完で冷えましたが…Unratedでしたね。 どちらもコンテスト中には解けなかったので解説ACです（正確にはE問題の解説を読んでD問題も解きました）。 ABC 126 D - Even Relation atcoder.jp のダイクストラ法で解けるような最短経路問題ばかりやってるとこういう時に躓きますね。まずは失敗例から。 package main import ( &quot;fmt&quot; ) const INF = 10000000000 func main() { var n int fmt.Scan(&amp;n) adj := make([][]int, n) d…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fami-atcoder.hatenablog.com%2Fentry%2F20190520%2F1558333784&quot; title=&quot;AtCoder ABC 126 D - Even Relation / E - 1 or 2 失敗例と解き直し (Go) - あるエンジニアのAtCoder奮闘記&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>https://cdn.user.blog.st-hatena.com/default_entry_og_image/154149487/1553670776372553</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-05-20 15:29:44</published>
  <title>AtCoder ABC 126 D - Even Relation / E - 1 or 2 失敗例と解き直し (Go)</title>
  <type>rich</type>
  <url>https://ami-atcoder.hatenablog.com/entry/20190520/1558333784</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
