<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>stosasa</author_name>
  <author_url>https://blog.hatena.ne.jp/stosasa/</author_url>
  <blog_title>stosasa’s blog</blog_title>
  <blog_url>https://stosasa.hatenablog.com/</blog_url>
  <categories>
    <anon>atcoder</anon>
    <anon>DFS,BFS</anon>
  </categories>
  <description>atcoder.jp・参考： Editorial - AtCoder Beginner Contest 308・考え方：参考の通りDFSをして、H,W座標まで行けるのか(seen[h-1][w-1]を探索済みにできるか)をすればいい。snukeの文字の管理、例えば's'のあとに'n'とかはnx={}で辞書型で管理する。・ACコード： import sys sys.setrecursionlimit(10**6) #再帰関数の回数を10**6まで増やす h,w=map(int, input().split()) f=[input() for _ in range(h)] if f[0][0]!=…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fstosasa.hatenablog.com%2Fentry%2F2023%2F07%2F02%2F231058&quot; title=&quot;atcoder ABC D - Snuke Mazeの勉強 - stosasa’s blog&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>2023-07-02 23:10:58</published>
  <title>atcoder ABC D - Snuke Mazeの勉強</title>
  <type>rich</type>
  <url>https://stosasa.hatenablog.com/entry/2023/07/02/231058</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
