<?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>ABC132</anon>
    <anon>E問題</anon>
    <anon>500点</anon>
    <anon>Kotlin</anon>
  </categories>
  <description>irisruneです。どうにか自力ACできたのでE問題も取り上げることにしました。 問題 atcoder.jp AtCoder上に類題がほぼないらしく、正解率が低めだったそうです。最短経路問題を理解しているならば、試行錯誤によって解法を思いつくのは割と難しくないかもしれません。 import java.util.* import java.util.zip.Inflater const val INF = 1000000000 class Node(val num: Int) { val adj = mutableListOf&lt;Node&gt;() var dMod = mutableListOf(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fami-atcoder.hatenablog.com%2Fentry%2F20190703%2F1562137280&quot; title=&quot;AtCoder ABC 132 E - Hopscotch Addict (Kotlin) - あるエンジニアの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-07-03 16:01:20</published>
  <title>AtCoder ABC 132 E - Hopscotch Addict (Kotlin)</title>
  <type>rich</type>
  <url>https://ami-atcoder.hatenablog.com/entry/20190703/1562137280</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
