<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>moistx</author_name>
  <author_url>https://blog.hatena.ne.jp/moistx/</author_url>
  <blog_title>Logfiles</blog_title>
  <blog_url>https://logfiles.hatenablog.com/</blog_url>
  <categories>
    <anon>AOJ</anon>
  </categories>
  <description>解法 拡張グラフにおけるダイクストラを書くだけ。 ポイントは 座標に対応したノード番号のナンバリング（座標としてxとyの２要素持つよりキューに入れるとき都合が良い） ノード番号から座標への変換 左右の足を交互に移動 -&gt; グラフの要素を2倍にする 複数のスタート地点を始めに全てキューに突っ込んでおく。コストのメモも同様に全てのスタート地点を 0 にしておく。 など他に工夫した所として、 o 小さい判定などはミスを生まない＋何度も確認しないようにインライン関数として小分けにした。 o 入力のグリッドに数字と文字が含まれていたので、文字と数字を別に考えたいため char t と int G の両方…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flogfiles.hatenablog.com%2Fentry%2F20140608%2F1402238973&quot; title=&quot;AOJ1150 Cliff Climbing - Logfiles&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-06-08 23:49:33</published>
  <title>AOJ1150 Cliff Climbing</title>
  <type>rich</type>
  <url>https://logfiles.hatenablog.com/entry/20140608/1402238973</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
