<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>zaitomo</author_name>
  <author_url>https://blog.hatena.ne.jp/zaitomo/</author_url>
  <blog_title>おかねほしい。</blog_title>
  <blog_url>https://zaitomo.hatenablog.jp/</blog_url>
  <categories>
  </categories>
  <description>問題URL：http://yukicoder.me/problems/no/367 問題レベル：★★★ 問題 H行W列のチェス盤上で、ミニビショップとナイトを移動させる。 ミニビショップは斜めに移動できる。 ナイトからスタートでRの場所にくるとナイトはミニビショップになり、ミニビショップはナイトになる。 スタート地点のマスからゴール地点のマスまでの最短手数を出力する。 ゴールできない場合は-１を出力する。 解法 BFSで解ける。 ただし、駒が２種類あるので３次元配列を使ってナイト用、ミニビショップ用の盤の配列を用意する必要がある。 ソースコード #include &lt;vector&gt; #inclu…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fzaitomo.hatenablog.jp%2Fentry%2F2016%2F07%2F28%2F184014&quot; title=&quot;yukicoder : No.367 ナイトの転身 - おかねほしい。&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-07-28 18:40:14</published>
  <title>yukicoder : No.367 ナイトの転身</title>
  <type>rich</type>
  <url>https://zaitomo.hatenablog.jp/entry/2016/07/28/184014</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
